board: stih410-b2260: remove fdt_high and initrd_high
authorPatrice Chotard <patrice.chotard@st.com>
Mon, 3 Feb 2020 14:00:59 +0000 (15:00 +0100)
committerPatrick Delaunay <patrick.delaunay@st.com>
Thu, 13 Feb 2020 17:47:00 +0000 (18:47 +0100)
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: Tom Rini <trini@konsulko.com>
Reviewed-by: Patrick DELAUNAY <patrick.delaunay@st.com>
include/configs/stih410-b2260.h

index a8a58f3950686ead03f6f09b1b5a7b3358ec42bd..f393aa0264668beb974c043098e9317b7f6797d3 100644 (file)
 
 /* Environment */
 
+/*
+ * For booting Linux, use the first 256 MB of memory, since this is
+ * the maximum mapped by the Linux kernel during initialization.
+ */
+#define CONFIG_SYS_BOOTMAPSZ           SZ_256M
+
 #define CONFIG_LOADADDR                        CONFIG_SYS_LOAD_ADDR
 #define CONFIG_SYS_BOOTM_LEN           SZ_16M
 
@@ -34,8 +40,6 @@
                        "fdt_addr_r=0x47000000\0"               \
                        "scriptaddr=0x50000000\0"               \
                        "pxefile_addr_r=0x50100000\0"           \
-                       "fdt_high=0xffffffffffffffff\0"         \
-                       "initrd_high=0xffffffffffffffff\0"      \
                        "ramdisk_addr_r=0x48000000\0"           \
                        BOOTENV