diff options
| author | Tony Lindgren <tony@atomide.com> | 2013-05-30 15:53:05 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2013-05-30 16:09:31 -0400 |
| commit | b42b918194c4791510ac049e3d507169a7de8544 (patch) | |
| tree | 19573b8308a1c3b6b9e965c7eb94b70160f5f207 /arch/arm/mach-omap2/Kconfig | |
| parent | 76787b3bd2550613ab688842b231e8f82c451cee (diff) | |
ARM: OMAP2+: Remove board-omap4panda.c
We can now boot with device tree. If you don't want to update u-boot,
you can boot with appended DTB with the following instructions:
1. Make sure you have the appended DTB support in .config
CONFIG_ARM_APPENDED_DTB=y
CONFIG_ARM_ATAG_DTB_COMPAT=y
CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y
2. Build the zImage
$ ARCH=arm CROSS_COMPILE=... make zImage
3. Build the device tree blobs
$ ARCH=arm CROSS_COMPILE=... make dtbs
4. Append the correct panda dtb to zImage
Depending on your hardware it's omap4-panda.dtb, omap4-panda-a4.dtb
or omap4-panda-es.dtb.
$ cat arch/arm/boot/zImage arch/arm/boot/dts/omap4-panda-es.dtb > /tmp/appended
5. Use mkimage to produce the appended device tree uImage
$ mkimage -A arm -O linux -T kernel -C none -a 0x80008000 -e 0x80008000 \
-n "Linux" -d /tmp/appended /tmp/uImage
Signed-off-by: Tony Lindgren <tony@atomide.com
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
| -rw-r--r-- | arch/arm/mach-omap2/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 465edd10e0aa..1f941c48b3b8 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
| @@ -378,14 +378,6 @@ config MACH_TI8148EVM | |||
| 378 | depends on SOC_TI81XX | 378 | depends on SOC_TI81XX |
| 379 | default y | 379 | default y |
| 380 | 380 | ||
| 381 | config MACH_OMAP4_PANDA | ||
| 382 | bool "OMAP4 Panda Board" | ||
| 383 | default y | ||
| 384 | depends on ARCH_OMAP4 | ||
| 385 | select OMAP_PACKAGE_CBL | ||
| 386 | select OMAP_PACKAGE_CBS | ||
| 387 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | ||
| 388 | |||
| 389 | config OMAP3_EMU | 381 | config OMAP3_EMU |
| 390 | bool "OMAP3 debugging peripherals" | 382 | bool "OMAP3 debugging peripherals" |
| 391 | depends on ARCH_OMAP3 | 383 | depends on ARCH_OMAP3 |
