summaryrefslogtreecommitdiffstats
path: root/board/stxssa/config.mk
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-08-06 18:28:34 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-08-28 17:12:37 -0500
commit53efa1f1acacacb76fa9a21b09b3294783a11c03 (patch)
tree60bdaf349094fd1e3bbce4d925a176eb24499ed3 /board/stxssa/config.mk
parent337f9fde2e9317c1d9e85a4a8955a2f14730a00f (diff)
downloadblackbird-obmc-uboot-53efa1f1acacacb76fa9a21b09b3294783a11c03.tar.gz
blackbird-obmc-uboot-53efa1f1acacacb76fa9a21b09b3294783a11c03.zip
85xx: Remove redudant PLATFORM_CPPFLAGS
For historic reasons we had defined some additional PLATFORM_CPPFLAGS like: PLATFORM_CPPFLAGS += -DCONFIG_E500=1 PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx=1 PLATFORM_CPPFLAGS += -DCONFIG_MPC8548=1 However these are all captured in the config.h and thus redudant. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/stxssa/config.mk')
-rw-r--r--board/stxssa/config.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/stxssa/config.mk b/board/stxssa/config.mk
index 5f4fc7403e..57fe5d621e 100644
--- a/board/stxssa/config.mk
+++ b/board/stxssa/config.mk
@@ -28,6 +28,3 @@
# it further up into the flash
#
TEXT_BASE = 0xFFFC0000
-
-PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx=1
-PLATFORM_CPPFLAGS += -DCONFIG_E500=1
OpenPOWER on IntegriCloud