From: Teresa Remmet Date: Wed, 6 Oct 2021 09:56:49 +0000 (+0200) Subject: include: configs: phycore-imx8mm: Do not use macro for address X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=0caa81fb33494f6b361567750756a80bc19641a8;p=u-boot.git 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 --- diff --git a/include/configs/phycore_imx8mm.h b/include/configs/phycore_imx8mm.h index b13787bc24..e74f2b2795 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 */