aboutsummaryrefslogtreecommitdiff
path: root/include/configs/phycore_imx8mm.h
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2021-10-06 11:56:49 +0200
committerStefano Babic <sbabic@denx.de>2021-10-20 15:09:25 +0200
commit0caa81fb33494f6b361567750756a80bc19641a8 (patch)
tree53bec85504069a88a82cc2cea5448c50bbcd0ad6 /include/configs/phycore_imx8mm.h
parent34a8128ebe7599444ec2e325a14400c232dcf254 (diff)
downloadu-boot-0caa81fb33494f6b361567750756a80bc19641a8.zip
u-boot-0caa81fb33494f6b361567750756a80bc19641a8.tar.gz
u-boot-0caa81fb33494f6b361567750756a80bc19641a8.tar.bz2
include: configs: phycore-imx8mm: Do not use macro for address
Do not use size macros for addesses. So convert PHYS_SDRAM to address. No functional change. Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Diffstat (limited to 'include/configs/phycore_imx8mm.h')
-rw-r--r--include/configs/phycore_imx8mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/phycore_imx8mm.h b/include/configs/phycore_imx8mm.h
index b13787b..e74f2b2 100644
--- a/include/configs/phycore_imx8mm.h
+++ b/include/configs/phycore_imx8mm.h
@@ -91,7 +91,7 @@
#define CONFIG_SYS_SDRAM_BASE 0x40000000
-#define PHYS_SDRAM SZ_1G
+#define PHYS_SDRAM 0x40000000
#define PHYS_SDRAM_SIZE SZ_2G /* 2GB DDR */
/* UART */