diff options
author | Thomas Hebb <tommyhebb@gmail.com> | 2019-12-20 18:03:43 -0800 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2020-01-17 11:44:42 +0100 |
commit | 541911f479bf68079269d2716589c0cc0ee732ff (patch) | |
tree | fcdd158cf94831ad57d945ceaea4ffa54edee337 /arch | |
parent | d7bb6aceb2e99a832efbb96f9bf480bf95602192 (diff) | |
download | u-boot-541911f479bf68079269d2716589c0cc0ee732ff.tar.gz |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-stm32mp/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index ae28f6e206..bf8a18a0c3 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -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 |