]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
m68k: merge compile flags -ffixed-d7 -sep-data
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 26 Feb 2014 05:51:04 +0000 (14:51 +0900)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 14:27:40 +0000 (09:27 -0500)
commitdfe966329eb7f8ff43ea29e2bbe7657e5f179666
treef4675a5271cd293e500faf37c47a547e23ab7842
parent08f11151c236b2c472aa9d8d38809fb46246135d
m68k: merge compile flags -ffixed-d7 -sep-data

All arch/m68k/cpu/*/config.mk define the same flags
  PLAGFORM_REFLFLAGS += -ffixed-d7 -msep-data
Move it to arch/m68k/config.mk

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Jason Jin <Jason.jin@freescale.com>
arch/m68k/config.mk
arch/m68k/cpu/mcf5227x/config.mk
arch/m68k/cpu/mcf523x/config.mk
arch/m68k/cpu/mcf52x2/config.mk
arch/m68k/cpu/mcf532x/config.mk
arch/m68k/cpu/mcf5445x/config.mk
arch/m68k/cpu/mcf547x_8x/config.mk