mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
stm32mp: remove redundant SYS_TEXT_BASE prompt
The main prompt for this (defined in /Kconfig) is visible at all times, which means there's no reason to have an additional, machine-specific prompt to set the same option. Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
This commit is contained in:
parent
d7bb6aceb2
commit
541911f479
1 changed files with 0 additions and 5 deletions
|
@ -80,12 +80,7 @@ config STM32MP1_OPTEE
|
|||
OP-TEE monitor provides ST SMC to access to secure resources
|
||||
|
||||
config SYS_TEXT_BASE
|
||||
prompt "U-Boot base address"
|
||||
default 0xC0100000
|
||||
help
|
||||
configure the U-Boot base address
|
||||
when DDR driver is used:
|
||||
DDR + 1MB (0xC0100000)
|
||||
|
||||
config NR_DRAM_BANKS
|
||||
default 1
|
||||
|
|
Loading…
Add table
Reference in a new issue