board: stm32: remove fdt_high and fdt_highinitrd_high
authorPatrice Chotard <patrice.chotard@st.com>
Mon, 3 Feb 2020 14:10:40 +0000 (15:10 +0100)
committerPatrick Delaunay <patrick.delaunay@st.com>
Thu, 13 Feb 2020 17:47:00 +0000 (18:47 +0100)
commit8ee5e3c81f47b8647ef05219058d260199c51d1b
tree087774cddae2eaea7a299ae71ad59a0191be2720
parent638c2058f80e72a3ae08efd4fd755c07872dc2b1
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>
include/configs/stm32f429-evaluation.h
include/configs/stm32f469-discovery.h
include/configs/stm32f746-disco.h
include/configs/stm32h743-disco.h
include/configs/stm32h743-eval.h