aboutsummaryrefslogtreecommitdiff
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-10-17 17:21:41 +0400
commita75cb924afbc77f50ad0f41a11d741f9134c03a2 (patch)
tree4782ebaf99e573da13271d597b8b98a4fb171450
parentbb5f5b518948016041d0810ba7c21e3ed102edb6 (diff)
hi3xxx.conf: disable THUMB2_KERNELtracking-boards-configs-ll-20131017.0
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 3c28e96feddf..b6f672866036 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