stm32mp: remove redundant SYS_TEXT_BASE prompt
authorThomas Hebb <tommyhebb@gmail.com>
Sat, 21 Dec 2019 02:03:43 +0000 (18:03 -0800)
committerPatrick Delaunay <patrick.delaunay@st.com>
Fri, 17 Jan 2020 10:44:42 +0000 (11:44 +0100)
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>
arch/arm/mach-stm32mp/Kconfig

index ae28f6e2066b02a9f2d6136073d6ca8a8b2ec64b..bf8a18a0c31d078a4e0d1b48f222b94a72f3b0f2 100644 (file)
@@ -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