
2 Aug
2017
2 Aug
'17
9:10 p.m.
On 04/18/2017 04:57 AM, B, Ravi wrote:
In single stage bootmode or falcon boot mode, the SPL shall update the memory dt nodes spl_fixup_fdt() based on DDR configuration for specific platform.
Signed-off-by: Ravi Babu ravibabu@ti.com
common/spl/spl.c | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+)
Clearly I am late for this thread. I only notice this change when I try to merge my FIT improvement for falcon boot.
Why do we need to fixup the device tree for falcon boot at all? The device tree is static, saved as argument when exporting it, isn't it? As far as the normal boot fixes up the device tree, the exported device tree is correct.
York