diff options
Diffstat (limited to 'arch/arm/mach-stm32mp/Kconfig.13x')
| -rw-r--r-- | arch/arm/mach-stm32mp/Kconfig.13x | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/arch/arm/mach-stm32mp/Kconfig.13x b/arch/arm/mach-stm32mp/Kconfig.13x index bc8b3f8cf77..6a45c4e4132 100644 --- a/arch/arm/mach-stm32mp/Kconfig.13x +++ b/arch/arm/mach-stm32mp/Kconfig.13x @@ -20,10 +20,11 @@ config TARGET_ST_STM32MP13X  endchoice  config TEXT_BASE -	default 0xC0000000 +	default 0xC0000000 if TFABOOT +	default 0xC0100000 if !TFABOOT  config PRE_CON_BUF_ADDR -	default 0xC0800000 +	default 0xC2FFF000  config PRE_CON_BUF_SZ  	default 4096 | 
