Re: [U-Boot] [PATCH v2 3/8] sandbox: add option show_of_embedded for spl test

2019-05-20 Thread Simon Glass
Hi Patrick, On Mon, 20 May 2019 at 07:00, Patrick Delaunay wrote: > > Add an option show_of_embedded used in SPL to dump the used device tree. > > Signed-off-by: Patrick Delaunay > --- > > Changes in v2: > - add new option for spl test: show embedded dtb > > arch/sandbox/cpu/spl.c | 1

[U-Boot] [PATCH v2 3/8] sandbox: add option show_of_embedded for spl test

2019-05-20 Thread Patrick Delaunay
Add an option show_of_embedded used in SPL to dump the used device tree. Signed-off-by: Patrick Delaunay --- Changes in v2: - add new option for spl test: show embedded dtb arch/sandbox/cpu/spl.c | 188 +++ arch/sandbox/cpu/start.c | 9 ++