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-09-26 17:12:57 +0400
commit1f90073415a0c916867745318d471c3a76f9fcf0 (patch)
tree767639015288f15bcb36e0dbe05ee415587712d4
parent865a378222a49c9a726838af9217680013be9853 (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