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>2013-11-28 20:48:33 +0400
commit8888bde40443d022344bb9e313b86acac69fe595 (patch)
treeae18c8d9d68ef3bf1c19df7ead4a8de61e649e29
parent03b5cfc0c45a08fbe65ee403bce365eed6f9f49a (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