Re: [U-Boot] [PATCH v2 1/8] sandbox: add config for SPL boot with devicetree

2019-05-20 Thread Simon Glass
Hi Patrick, On Mon, 20 May 2019 at 07:00, Patrick Delaunay wrote: > > Creates defconfig sandbox_spl_dtb_defconfig, same than > sandbox_spl_defconfig but without CONFIG_SPL_OF_PLATDATA; > to allow SPL compilation: > - OF_HOSTFILE is changed to OF_EMBED. What is this for? Each patch should have a

[U-Boot] [PATCH v2 1/8] sandbox: add config for SPL boot with devicetree

2019-05-20 Thread Patrick Delaunay
Creates defconfig sandbox_spl_dtb_defconfig, same than sandbox_spl_defconfig but without CONFIG_SPL_OF_PLATDATA; to allow SPL compilation: - OF_HOSTFILE is changed to OF_EMBED. Signed-off-by: Patrick Delaunay --- Changes in v2: - add sandbox_spl_dtb_defconfig for test board/sandbox/MAINTAINERS