[U-Boot] [PATCH v2 2/8] fdt: Allow to use EMBEDDED device tree for SPL
Simon Glass
sjg at chromium.org
Mon May 20 15:35:40 UTC 2019
Hi Patrick,
On Mon, 20 May 2019 at 07:00, Patrick Delaunay <patrick.delaunay at st.com> 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 <patrick.delaunay at st.com>
> ---
>
> Changes in v2:
> - solve issue for spl sandbox with dtb
>
> lib/fdtdec.c | 6 ++++++
> 1 file changed, 6 insertions(+)
Regards,
Simon
More information about the U-Boot
mailing list