summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-08-19 15:35:26 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-08-20 14:04:47 +0200
commitb81e5b5a1bd8ad28ff21dc9e02f28e54c6adb772 (patch)
treedd8aaeb509a7ac91439b48629cb8a3c0963766d7
parent66105bd224e72e38bf54f33e2e3cb94e1340102a (diff)
include: colibri-imx8x.h: use same addresses as apalis-imx8qm
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--include/configs/colibri-imx8x.h22
1 files changed, 17 insertions, 5 deletions
diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx8x.h
index d322f334ae..907341eb93 100644
--- a/include/configs/colibri-imx8x.h
+++ b/include/configs/colibri-imx8x.h
@@ -30,11 +30,23 @@
#define CONFIG_NETMASK 255.255.255.0
#define CONFIG_SERVERIP 192.168.10.1
+/**
+ * SYS_SDRAM_BASE 0x80000000 0.125MiB
+ * SYS_TEXT_BASE 0x80020000 2.375MiB
+ * kernel_addr_r 0x80280000 45.5MiB
+ * fdt_addr_r 0x83000000 1MiB
+ * scriptaddr 0x83100000 15MiB
+ * __RESERVED__ 0x84000000 48MiB
+ * loadaddr 0x87000000 48MiB
+ * ramdisk_addr_r 0x8a000000 288MiB
+ * SYS_MEMTEST_START 0x90000000
+ * SYS_MEMTEST_END 0xC0000000
+ */
#define MEM_LAYOUT_ENV_SETTINGS \
+ "kernel_addr_r=0x80280000\0" \
"fdt_addr_r=0x83000000\0" \
- "kernel_addr_r=0x81000000\0" \
- "ramdisk_addr_r=0x83800000\0" \
- "scriptaddr=0x80800000\0"
+ "ramdisk_addr_r=0x8a000000\0" \
+ "scriptaddr=0x83100000\0"
#ifdef CONFIG_AHAB_BOOT
#define AHAB_ENV "sec_boot=yes\0"
@@ -100,8 +112,8 @@
#define CONFIG_SYS_INIT_SP_ADDR 0x80200000
-#define CONFIG_SYS_MEMTEST_START 0x88000000
-#define CONFIG_SYS_MEMTEST_END 0x89000000
+#define CONFIG_SYS_MEMTEST_START 0x90000000
+#define CONFIG_SYS_MEMTEST_END 0xc0000000
#define CONFIG_SYS_MMC_IMG_LOAD_PART 1