Hi Patrick, On Mon, 20 May 2019 at 07:00, Patrick Delaunay <[email protected]> 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 you mean CONFIG_OF_EMBED? I don't think we should be using OF_EMBED for sandbox. > > Signed-off-by: Patrick Delaunay <[email protected]> > --- > > Changes in v2: > - solve issue for spl sandbox with dtb > > lib/fdtdec.c | 6 ++++++ > 1 file changed, 6 insertions(+) Regards, Simon _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

