From c6239c19bd03eb4b4597daae895e00df25b3f76e Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Wed, 7 Nov 2012 15:37:28 +0000 Subject: configs: linaro-base: set CONFIG_AEABI=y We already have CONFIG_THUMB2_KERNEL=y which also selects CONFIG_AEABI however if someone wanted to disable Thumb2 for debugging or other reasons then they may try simply removing the Thumb2 config entry. This however would then default to the old ABI and it seems there are some obscure bugs in this little tested kernel variant. So, to save wasting people's time let's make sure CONFIG_AEABI is explicitly selected. As we are adding this to linaro-base.conf we can remove it from android.conf (which probably had it as a leftover from when we had Thumb2 disabled). Signed-off-by: Jon Medhurst --- linaro/configs/android.conf | 1 - linaro/configs/linaro-base.conf | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'linaro') diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf index 1518036668c8..4bc2150be179 100644 --- a/linaro/configs/android.conf +++ b/linaro/configs/android.conf @@ -6,7 +6,6 @@ CONFIG_WAKELOCK=y CONFIG_USER_WAKELOCK=y CONFIG_BLK_DEV_LOOP=y CONFIG_DM_CRYPT=y -CONFIG_AEABI=y CONFIG_POWER_SUPPLY=y CONFIG_ANDROID_PARANOID_NETWORK=y CONFIG_NET_ACTIVITY_STATS=y diff --git a/linaro/configs/linaro-base.conf b/linaro/configs/linaro-base.conf index a0fa9d59c20b..9269c8e66564 100644 --- a/linaro/configs/linaro-base.conf +++ b/linaro/configs/linaro-base.conf @@ -19,6 +19,8 @@ CONFIG_SMP=y CONFIG_SCHED_MC=y CONFIG_SCHED_SMT=y CONFIG_THUMB2_KERNEL=y +CONFIG_AEABI=y +# CONFIG_OABI_COMPAT is not set CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y CONFIG_CPU_IDLE=y -- cgit v1.2.3