]> git.baikalelectronics.ru Git - uboot.git/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)
commit116308bef012af9d65d30e6261c584e695b5e5ad
treedf77987f24e6885ff821a2902619463f66d93ede
parentf251c283559362af6b79b687e569e837285f6383
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