]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: zynq: pass "-mfpu=neon" only to lowlevel_init.S
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 16 Mar 2015 07:43:21 +0000 (16:43 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:31:35 +0000 (22:31 +0200)
commit66c0bc3d6206e57b6d339f5b1247e2510e607167
tree77afcd45cb795b0a0f4f5b620a055c5e6a5ee393
parent02b15c58e9224b74088136e6938fe66e818600db
ARM: zynq: pass "-mfpu=neon" only to lowlevel_init.S

The comment line in arch/arm/cpu/armv7/zynq/config.mk says that
the option "-mfpu=neon" is necessary for compiling lowlevel_init.S.
We do not have to give it to all the source files.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv7/zynq/Makefile
arch/arm/cpu/armv7/zynq/config.mk [deleted file]