diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-11-25 20:20:25 -0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-11-28 16:41:16 +0800 |
commit | 7df073a864e020a407f1617a295444941dce5912 (patch) | |
tree | ba2fd4616186d1c858bd85ae1ea3f214fdbf7859 /arch/arm/configs/imx_v6_v7_defconfig | |
parent | 538a6b911d8eee93d65fde3a2ab0d2cdc95dbd56 (diff) | |
download | linux-7df073a864e020a407f1617a295444941dce5912.tar.bz2 |
ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable
CONFIG_ARM_UNWIND is removed when running 'savedefconfig', but
selected by ARM EABI (AEBI) support. This is done in preparation to making
further changes to this defconfig cleaner.
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs/imx_v6_v7_defconfig')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index fef455629cb2..5b958501d34d 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -448,4 +448,3 @@ CONFIG_MAGIC_SYSRQ=y CONFIG_PROVE_LOCKING=y # CONFIG_DEBUG_BUGVERBOSE is not set # CONFIG_FTRACE is not set -# CONFIG_ARM_UNWIND is not set |