summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc8260
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-26 10:53:58 +0900
committerTom Rini <trini@ti.com>2013-12-13 09:17:32 -0500
commitde04d64eda42490f94d638e8ee2e12e494e80417 (patch)
treebab0cab33084a61d19e2e115187878601ed3c684 /arch/powerpc/cpu/mpc8260
parente2ce81696a6aeea65e86d7677d270e589a7d4d81 (diff)
downloadblackbird-obmc-uboot-de04d64eda42490f94d638e8ee2e12e494e80417.tar.gz
blackbird-obmc-uboot-de04d64eda42490f94d638e8ee2e12e494e80417.zip
PowerPC: merge commonly-defined flags
PLATFORM_RELFLAGS += -meabi PLATFORM_CPPFLAGS += -ffixed-r2 were defined in all arch/powerpc/${CPU}/config.mk. This commit moves them to arch/powerpc/config.mk. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc8260')
-rw-r--r--arch/powerpc/cpu/mpc8260/config.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/cpu/mpc8260/config.mk b/arch/powerpc/cpu/mpc8260/config.mk
index 91b0497ccb..dfac710e63 100644
--- a/arch/powerpc/cpu/mpc8260/config.mk
+++ b/arch/powerpc/cpu/mpc8260/config.mk
@@ -5,7 +5,5 @@
# SPDX-License-Identifier: GPL-2.0+
#
-PLATFORM_RELFLAGS += -meabi
-
-PLATFORM_CPPFLAGS += -DCONFIG_8260 -DCONFIG_CPM2 -ffixed-r2 \
+PLATFORM_CPPFLAGS += -DCONFIG_8260 -DCONFIG_CPM2 \
-mstring -mcpu=603e -mmultiple
OpenPOWER on IntegriCloud