summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-17 17:21:41 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-04-23 21:09:25 +0400
commitcfeeff62148ef2f9ca0b4bc3f5149b3a9dc06717 (patch)
tree0b2c7c469d926dfeac1f5d96c4b49cfd598d465a
parent179be7aea01752bb82d12403271124e8fa9452c5 (diff)
hi3xxx.conf: disable THUMB2_KERNEL
This is required to get arch/arm/mach-hs/hilpm-cpugodp.S compiled. Enabling THUMB2 leads to errors like: hilpm-cpugodp.S:282: Error: SP not allowed in register list -- `stmia r0!,{r1,r13,r14}' Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--linaro/configs/hi3xxx.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/hi3xxx.conf b/linaro/configs/hi3xxx.conf
index 3c28e96fedd..b6f67286603 100644
--- a/linaro/configs/hi3xxx.conf
+++ b/linaro/configs/hi3xxx.conf
@@ -8,3 +8,4 @@ CONFIG_MMC_DW_K3=y
CONFIG_MMC_BLOCK_MINORS=32
CONFIG_K3_DMA=y
CONFIG_CPU_IDLE=n
+CONFIG_THUMB2_KERNEL=n