diff mbox series

[4/9] include: configs: phycore-imx8mm: Do not use macro for address

Message ID 20211006095654.978408-5-t.remmet@phytec.de
State Accepted
Commit 0caa81fb33494f6b361567750756a80bc19641a8
Delegated to: Stefano Babic
Headers show
Series phyCORE-i.MX8MM Updates | expand

Commit Message

Teresa Remmet Oct. 6, 2021, 9:56 a.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Oct. 20, 2021, 2:43 p.m. UTC | #1
> 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>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/phycore_imx8mm.h b/include/configs/phycore_imx8mm.h
index b13787bc2471..e74f2b27954f 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 */