Hi Patrick, On Mon, 20 May 2019 at 07:00, Patrick Delaunay <[email protected]> wrote: > > Add an option show_of_embedded used in SPL to dump the used device tree. > > Signed-off-by: Patrick Delaunay <[email protected]> > --- > > Changes in v2: > - add new option for spl test: show embedded dtb > > arch/sandbox/cpu/spl.c | 188 > +++++++++++++++++++++++++++++++++++++++ > arch/sandbox/cpu/start.c | 9 ++ > arch/sandbox/include/asm/state.h | 1 + > 3 files changed, 198 insertions(+)
Why not use fdtdump on spl/u-boot-spl.dtb ? Failing that, can we use the existing code for printing a DT? Regards, Simon _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

