aboutsummaryrefslogtreecommitdiff
path: root/include/configs/imx8mn_venice.h
diff options
context:
space:
mode:
authorTim Harvey2022-03-30 13:39:02 -0700
committerTom Rini2022-03-31 08:27:52 -0400
commit52ae8d6cc8b2f4ec53228e1d9216b5d9071cb325 (patch)
tree37fd38e4ec59c6abcf1cc9c23c5bef1c09393dd4 /include/configs/imx8mn_venice.h
parentce1cbf1ae0be6c13fb32e7abc8fa358bb5244bf5 (diff)
board: gateworks: venice: determine dram size at runtime
The SPL does not update the memory node with the dram size from EEPROM but instead we can use get_ram_size which does a simple memory test to determine the available RAM. Update PHYS_SDRAM_SIZE to 4GiB as that is the max used on the Venice boards. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'include/configs/imx8mn_venice.h')
-rw-r--r--include/configs/imx8mn_venice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mn_venice.h b/include/configs/imx8mn_venice.h
index e7bfcd70af2..401084c16b6 100644
--- a/include/configs/imx8mn_venice.h
+++ b/include/configs/imx8mn_venice.h
@@ -80,7 +80,7 @@
/* SDRAM configuration */
#define PHYS_SDRAM 0x40000000
-#define PHYS_SDRAM_SIZE SZ_1G
+#define PHYS_SDRAM_SIZE SZ_4G
#define CONFIG_SYS_BOOTM_LEN SZ_256M
/* UART */