From: Michal Simek Date: Wed, 19 Aug 2015 07:02:12 +0000 (+0200) Subject: zynq: Remove -mfpu=neon from config.mk X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36f7fef02028042b40ac7c7baf8f972aab2ebe2a;p=thirdparty%2Fu-boot.git zynq: Remove -mfpu=neon from config.mk -mfpu=neon is added directly to Makefile. Signed-off-by: Michal Simek --- diff --git a/arch/arm/mach-zynq/config.mk b/arch/arm/mach-zynq/config.mk index d4f3332949c..3127c704eba 100644 --- a/arch/arm/mach-zynq/config.mk +++ b/arch/arm/mach-zynq/config.mk @@ -6,5 +6,3 @@ PLATFORM_RELFLAGS += -fno-strict-aliasing # Xilinx, added to prevent unaligned accesses which started happening # with GCC 4.5.2 tools PLATFORM_RELFLAGS += -mno-unaligned-access -# Allow NEON instructions (needed for lowlevel_init.S with GNU toolchain) -PLATFORM_RELFLAGS += -mfpu=neon