]> git.sur5r.net Git - u-boot/commit
boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot
authorB, Ravi <ravibabu@ti.com>
Tue, 18 Apr 2017 11:57:27 +0000 (17:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 02:21:26 +0000 (22:21 -0400)
commit6e7585bb64b12f632681c80c4b193349e1985d92
treedf77987f24e6885ff821a2902619463f66d93ede
parent984a3c8777071700a5935758d0d542e7b3f97bb0
boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot

In single stage bootmode or falcon boot mode, the SPL shall update the
device tree that we load with the normal fixups done via
arch_fixup_fdt(), when possible (ie we have enough information in this
restricted environment to be able to do that still).  This will include
for example updating them memory nodes.

Signed-off-by: Ravi Babu <ravibabu@ti.com>
[trini: Reword commit message]
common/spl/spl.c