diff mbox series

[U-Boot,v3,2/3] board: STiH410-B2260: fix sdram size

Message ID 1506323661-30067-3-git-send-email-patrice.chotard@st.com
State Accepted
Delegated to: Tom Rini
Headers show
Series STiH410-B2260: update environment/configuration settings | expand

Commit Message

Patrice CHOTARD Sept. 25, 2017, 7:14 a.m. UTC
From: Nicolas Le Bayon <nicolas.le.bayon@st.com>

32MB are reserved for TrustZone purpose

Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>
---
v3: fix typo, replace "Trusted Zone" by "TrustZone"
v2: rebase on v2017.09

 include/configs/stih410-b2260.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Oct. 9, 2017, 5 p.m. UTC | #1
On Mon, Sep 25, 2017 at 09:14:19AM +0200, patrice.chotard@st.com wrote:

> From: Nicolas Le Bayon <nicolas.le.bayon@st.com>
> 
> 32MB are reserved for TrustZone purpose
> 
> Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h
index 115488c..fc11f3c 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 */