ARM: shmobile: Update romImage to relocate appended DTB
authorMagnus Damm <damm@opensource.se>
Wed, 26 Jun 2013 23:48:07 +0000 (08:48 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 17 Jul 2013 01:04:36 +0000 (10:04 +0900)
commit2c408d149299e99c89fc4be80fb4fe00a7016f02
treec014317f860487982757c9fc46f193a6c2a22c70
parentad81f0545ef01ea651886dddac4bef6cec930092
ARM: shmobile: Update romImage to relocate appended DTB

Instead of relying of MACH_TYPE for board identification,
update the romImage code to relocate an appended DTB to
the beginning of RAM. This implementation is independent
of ARM_APPENDED_DTB, this because it is necessary to copy
the DTB to memory so the kernel can access it.

Without this patch Mackerel does not boot via the Mask ROM
over USB (r_usb_boot) - this since non-DT boot was broken
ages ago in commit:

0ce53cd ARM: mach-shmobile: Use DT_MACHINE for mackerel

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/compressed/head-shmobile.S
arch/arm/mach-shmobile/include/mach/zboot.h
This page took 0.029965 seconds and 5 git commands to generate.