mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
board: STiH410-B2260: fix sdram size
32MB are reserved for TrustZone purpose Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>
This commit is contained in:
parent
3ef751ed8c
commit
7aac4e916e
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue