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/omap1_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/omap1_defconfig')
-rw-r--r-- | arch/arm/configs/omap1_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/omap1_defconfig b/arch/arm/configs/omap1_defconfig index e7aab2d3dd55..e10febef3c43 100644 --- a/arch/arm/configs/omap1_defconfig +++ b/arch/arm/configs/omap1_defconfig @@ -40,7 +40,6 @@ CONFIG_MACH_SX1=y CONFIG_MACH_NOKIA770=y CONFIG_MACH_AMS_DELTA=y CONFIG_MACH_OMAP_GENERIC=y -# CONFIG_ARM_THUMB is not set CONFIG_AEABI=y CONFIG_LEDS=y CONFIG_CMDLINE="root=1f03 rootfstype=jffs2" |