Re: [U-Boot] [PATCH v2 2/8] fdt: Allow to use EMBEDDED device tree for SPL

2019-05-20 Thread Simon Glass
Hi Patrick, On Mon, 20 May 2019 at 07:00, Patrick Delaunay wrote: > > U-boot continue to use load DT from file system, this patch avoid U-Boot > an error when U-Boot "Error: Out of memory" when it try to map > gd->fdt_blob (EMBEDDED pointer __dtb_dt_begin is not managed). What is EMBEDDED? Do

[U-Boot] [PATCH v2 2/8] fdt: Allow to use EMBEDDED device tree for SPL

2019-05-20 Thread Patrick Delaunay
U-boot continue to use load DT from file system, this patch avoid an error when U-Boot "Error: Out of memory" when it try to map gd->fdt_blob (EMBEDDED pointer __dtb_dt_begin is not managed). Signed-off-by: Patrick Delaunay --- Changes in v2: - solve issue for spl sandbox with dtb lib/fdtdec.c