aboutsummaryrefslogtreecommitdiff
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-04-28 13:14:00 +0400
commit26e57c3ab7ef02e3a5e2fdaaaa2993b4508ba7ef (patch)
tree24080efff15d61630be29e2835fa8ef2f990c2ea
parente06091f0b76f6fed9b2d92098eb18557b23ae131 (diff)
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 0a1cec8c0ab0..9546585f7266 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