]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
include: configs: phycore-imx8mm: Do not use macro for address
authorTeresa Remmet <t.remmet@phytec.de>
Wed, 6 Oct 2021 09:56:49 +0000 (11:56 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 20 Oct 2021 13:09:25 +0000 (15:09 +0200)
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>
include/configs/phycore_imx8mm.h

index b13787bc2471333d5545959ed9626fc7fcbf16cb..e74f2b27954f9c1ea05874f1b64781812524c26a 100644 (file)
@@ -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 */