summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc85xx/config.mk
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-07-30 14:08:24 +0900
committerTom Rini <trini@ti.com>2014-07-30 14:42:03 -0400
commitc6d12624ae9a7822b8c5d8fb5a5fa4f83d862f8f (patch)
tree4b86fb3a2e999fb0bf816bd55a74892dd5d762e2 /arch/powerpc/cpu/mpc85xx/config.mk
parent90f984e397a14d9b77128feff582a44dece4fbaf (diff)
downloadblackbird-obmc-uboot-c6d12624ae9a7822b8c5d8fb5a5fa4f83d862f8f.tar.gz
blackbird-obmc-uboot-c6d12624ae9a7822b8c5d8fb5a5fa4f83d862f8f.zip
powerpc: remove redundant CPU definition
CONFIG_${CPU} is defined by Kconfig. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/config.mk')
-rw-r--r--arch/powerpc/cpu/mpc85xx/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/config.mk b/arch/powerpc/cpu/mpc85xx/config.mk
index 1470f95ff1..72c964cd15 100644
--- a/arch/powerpc/cpu/mpc85xx/config.mk
+++ b/arch/powerpc/cpu/mpc85xx/config.mk
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
-PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx -Wa,-me500 -msoft-float -mno-string
+PLATFORM_CPPFLAGS += -Wa,-me500 -msoft-float -mno-string
# -mspe=yes is needed to have -mno-spe accepted by a buggy GCC;
# see "[PATCH,rs6000] make -mno-spe work as expected" on
OpenPOWER on IntegriCloud