summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-04-28 13:14:00 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 17:13:03 +0400
commit5f913734217f397f915e05b24d02eea591de742e (patch)
treee31d146d20cb696b9874798169d00602a77dbc3c
parent3fe838edb9c043489748c02a79b5b6e36b5cbe69 (diff)
linaro/configs: origen: disable THUMB2
arch/arm/mach-exynos/sleep.S introduced in 3.15 fails to compile if CONFIG_THUMB2_KERNEL=y: AS arch/arm/mach-exynos/sleep.o arch/arm/mach-exynos/sleep.S: Assembler messages: arch/arm/mach-exynos/sleep.S:57: Error: invalid immediate for address calculation (value = 0x00000004) make[2]: *** [arch/arm/mach-exynos/sleep.o] Error 1 Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--linaro/configs/origen.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/origen.conf b/linaro/configs/origen.conf
index 0a1cec8c0ab..9546585f726 100644
--- a/linaro/configs/origen.conf
+++ b/linaro/configs/origen.conf
@@ -9,6 +9,7 @@ CONFIG_MACH_ORIGEN=y
CONFIG_MACH_SMDK4412=y
CONFIG_MACH_EXYNOS4_DT=y
CONFIG_NR_CPUS=2
+# CONFIG_THUMB2_KERNEL is not set
CONFIG_AEABI=y
CONFIG_CMDLINE="root=/dev/mmcblk0p1 rw rootwait console=ttySAC2,115200"
CONFIG_CPU_FREQ=y