mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
configs: stm32: update SRAM address for STM32H7 disco and eval
As suggested by Vikas Manocha, update embedded SRAM address to use AXI SRAM available on D1 domain instead of using AHB SRAM (D2 domain). On some STM32H743 SoCs, D2 domain SRAM is accessible even if SRAMxEN bit in AHB2ENR bits are not set whereas on others SoCs version it's not accessible. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
This commit is contained in:
parent
72dee54b4e
commit
ca4abdcdfa
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include <config.h>
|
||||
|
||||
#define CONFIG_SYS_FLASH_BASE 0x08000000
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x30020000
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x24040000
|
||||
#define CONFIG_SYS_TEXT_BASE 0x08000000
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include <config.h>
|
||||
|
||||
#define CONFIG_SYS_FLASH_BASE 0x08000000
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x30020000
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x24040000
|
||||
#define CONFIG_SYS_TEXT_BASE 0x08000000
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue