From: Kuninori Morimoto Date: Fri, 22 Feb 2013 04:46:40 +0000 (-0800) Subject: ARM: shmobile: armadillo800eva: enable NEON on defconfig X-Git-Tag: next-20130320~9^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4861d68aa55cbbe736091bb6640aa85064557583;p=karo-tx-linux.git 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 Signed-off-by: Kuninori Morimoto Acked-by: Kiyoshi Ishiyama Signed-off-by: Simon Horman --- 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 CONFIG_ARM_APPENDED_DTB=y CONFIG_KEXEC=y CONFIG_VFP=y +CONFIG_NEON=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set CONFIG_PM_RUNTIME=y CONFIG_NET=y