
20 May
2019
20 May
'19
5:35 p.m.
Hi Patrick,
On Mon, 20 May 2019 at 07:00, Patrick Delaunay patrick.delaunay@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@st.com
Changes in v2:
- solve issue for spl sandbox with dtb
lib/fdtdec.c | 6 ++++++ 1 file changed, 6 insertions(+)
Regards, Simon