projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34a8128
)
include: configs: phycore-imx8mm: Do not use macro for address
author
Teresa Remmet
<t.remmet@phytec.de>
Wed, 6 Oct 2021 09:56:49 +0000
(11:56 +0200)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/include/configs/phycore_imx8mm.h
b/include/configs/phycore_imx8mm.h
index b13787bc2471333d5545959ed9626fc7fcbf16cb..e74f2b27954f9c1ea05874f1b64781812524c26a 100644
(file)
--- 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 */