diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-07-21 12:03:39 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-22 12:34:07 +0200 |
commit | 5746240f219b0967bb24f79b72c12fe82a5bd6df (patch) | |
tree | 91fd6524b18221702ec54ec6e20138d73c032bea /arch/arm/configs/mainstone_defconfig | |
parent | ddd366bf01de51576d34be6a8652a3fec248f427 (diff) |
ARM: defconfig: remove broken CONFIG_THUMB disables
Since commit 1515b186c235 ("ARM: make configuration of userspace
Thumb support an expert option"), CONFIG_THUMB cannot be disabled
unless one turns on CONFIG_EXPERT first.
This is probably for the better, so remove the statements that
turn it off.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/mainstone_defconfig')
-rw-r--r-- | arch/arm/configs/mainstone_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/mainstone_defconfig b/arch/arm/configs/mainstone_defconfig index 6aac785c5696..f5c271631633 100644 --- a/arch/arm/configs/mainstone_defconfig +++ b/arch/arm/configs/mainstone_defconfig @@ -3,7 +3,6 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_ARCH_MULTI_V7 is not set CONFIG_ARCH_PXA=y CONFIG_MACH_MAINSTONE=y -# CONFIG_ARM_THUMB is not set CONFIG_LEDS=y CONFIG_LEDS_CPU=y CONFIG_CMDLINE="root=/dev/nfs ip=bootp console=ttyS0,115200 mem=64M" |