aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-02-21 23:46:40 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-03-14 05:28:05 -0400
commit4861d68aa55cbbe736091bb6640aa85064557583 (patch)
treea67456779ad78fbc440b16ccc334fa973c6bc44f
parent59dd2a2a0a640818868c3855fb3e3090c445f315 (diff)
ARM: shmobile: armadillo800eva: enable NEON on defconfig
The application / library will be stopped by illegal instruction on current Armaddilo800eva board, since defconfig doesn't have CONFIG_NEON. This patch enabled it. Special thanks to Ishiyama-san Reported-by: Kiyoshi Ishiyama <kiyoshi.ishiyama.wg@renesas.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Kiyoshi Ishiyama <kiyoshi.ishiyama.wg@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/configs/armadillo800eva_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig
index c40229442512..468c616e49ec 100644
--- a/arch/arm/configs/armadillo800eva_defconfig
+++ b/arch/arm/configs/armadillo800eva_defconfig
@@ -36,6 +36,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0
36CONFIG_ARM_APPENDED_DTB=y 36CONFIG_ARM_APPENDED_DTB=y
37CONFIG_KEXEC=y 37CONFIG_KEXEC=y
38CONFIG_VFP=y 38CONFIG_VFP=y
39CONFIG_NEON=y
39# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 40# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
40CONFIG_PM_RUNTIME=y 41CONFIG_PM_RUNTIME=y
41CONFIG_NET=y 42CONFIG_NET=y