commit | 44d75acebc9bbf837ae89775907e21dd4f57031c | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Mon Feb 03 15:10:40 2020 +0100 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Thu Feb 13 18:47:00 2020 +0100 |
tree | 087774cddae2eaea7a299ae71ad59a0191be2720 | |
parent | 0c6aee531fd147d3d7ad7fc643dc08e9f2329c94 [diff] |
board: stm32: remove fdt_high and fdt_highinitrd_high For stm32 f4, f7 and h7 boards, remove fdt_high and initrd_high as they shouldn't be used, this allows the fdt and initrd relocation. This implies to set CONFIG_SYS_BOOTMAPSZ to indicate the amount of memory available to contain kernel, device tree and initrd for relocation. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Patrick DELAUNAY <patrick.delaunay@st.com>