summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-07-23 13:04:57 -0400
committerTom Rini <[email protected]>2022-08-04 16:18:47 -0400
commit90df583c64fac80bb5f8f6ed48c20a0d75128cde (patch)
tree19a9533fc923ecdbe932aa83afa73d267ada6d6b /include
parent9a56ab96aa3206001c89151eb2755479f708f084 (diff)
malta: Switch to using CONFIG_SYS_SDRAM_SIZE
This is the only platform defining and using CONFIG_SYS_MEM_SIZE, switch to using CONFIG_SYS_SDRAM_SIZE for consistency. Cc: Paul Burton <[email protected]> Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/malta.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/malta.h b/include/configs/malta.h
index c8b230ab21e..98ea860655e 100644
--- a/include/configs/malta.h
+++ b/include/configs/malta.h
@@ -30,7 +30,7 @@
#else
# define CONFIG_SYS_SDRAM_BASE 0x80000000
#endif
-#define CONFIG_SYS_MEM_SIZE (256 * 1024 * 1024)
+#define CONFIG_SYS_SDRAM_SIZE 0x10000000 /* 256 MiB */
#define CONFIG_SYS_INIT_SP_OFFSET 0x400000