summaryrefslogtreecommitdiff
path: root/include/configs/stih410-b2260.h
diff options
context:
space:
mode:
authorNicolas Le Bayon <nicolas.le.bayon@st.com>2017-09-25 09:14:19 +0200
committerTom Rini <trini@konsulko.com>2017-10-08 16:19:56 -0400
commit7aac4e916ec09a2ae56f1f5776557b0dff1eab02 (patch)
tree8d4ade56046d449df2975b8da59b03ebbdd1b783 /include/configs/stih410-b2260.h
parent3ef751ed8c5ccba4db5f4a687466ff4d73924f51 (diff)
downloadu-boot-7aac4e916ec09a2ae56f1f5776557b0dff1eab02.tar.gz
board: STiH410-B2260: fix sdram size
32MB are reserved for TrustZone purpose Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>
Diffstat (limited to 'include/configs/stih410-b2260.h')
-rw-r--r--include/configs/stih410-b2260.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h
index 115488c78e..fc11f3cad4 100644
--- 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 0x3FE00000
+#define PHYS_SDRAM_1_SIZE 0x3E000000
#define CONFIG_SYS_TEXT_BASE 0x7D600000
#define CONFIG_SYS_LOAD_ADDR PHYS_SDRAM_1 /* default load addr */