summaryrefslogtreecommitdiff
path: root/linaro/configs/android.conf
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-11-07 15:37:28 +0000
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-07 23:46:09 +0400
commit1b5df3aa87ef5c88d5f876715b83c0462a883730 (patch)
treeb9aa339808e068885ff8319564a56939d49ca384 /linaro/configs/android.conf
parent6706da355e9da9af35436c64923a0290b23c57db (diff)
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 <tixy@linaro.org>
Diffstat (limited to 'linaro/configs/android.conf')
-rw-r--r--linaro/configs/android.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf
index 1518036668c..4bc2150be17 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