projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ef751e
)
board: STiH410-B2260: fix sdram size
author
Nicolas Le Bayon
<nicolas.le.bayon@st.com>
Mon, 25 Sep 2017 07:14:19 +0000
(09:14 +0200)
committer
Tom Rini
<trini@konsulko.com>
Sun, 8 Oct 2017 20:19:56 +0000
(16:19 -0400)
32MB are reserved for TrustZone purpose
Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>
include/configs/stih410-b2260.h
patch
|
blob
|
history
diff --git
a/include/configs/stih410-b2260.h
b/include/configs/stih410-b2260.h
index 115488c78e94fd108726b09e74097430e1f3ec1b..fc11f3cad4040017c75097658e617324d9276ad9 100644
(file)
--- a/
include/configs/stih410-b2260.h
+++ b/
include/configs/stih410-b2260.h
@@
-12,7
+12,7
@@
#define CONFIG_NR_DRAM_BANKS 1
#define PHYS_SDRAM_1 0x40000000
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
-#define PHYS_SDRAM_1_SIZE 0x3
FE
00000
+#define PHYS_SDRAM_1_SIZE 0x3
E0
00000
#define CONFIG_SYS_TEXT_BASE 0x7D600000
#define CONFIG_SYS_LOAD_ADDR PHYS_SDRAM_1 /* default load addr */