[PATCH 1/6] ARM: OMAP2+: Remove board-4430sdp.c
Russell King - ARM Linux
linux at arm.linux.org.uk
Mon May 20 05:54:47 EDT 2013
On Fri, May 17, 2013 at 12:17:51PM -0700, Tony Lindgren wrote:
> 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 dtb to zImage
>
> $ cat arch/arm/boot/zImage arch/arm/boot/dts/omap4-sdp.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 at atomide.com>
Okay, I'm removing the 4430SDP from the boot test system once this goes
in, because this will mean rewriting the build system to cope with this
stuff.
More information about the linux-arm-kernel
mailing list