From 53efa1f1acacacb76fa9a21b09b3294783a11c03 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 6 Aug 2009 18:28:34 -0500 Subject: 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 --- board/sbc8560/config.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'board/sbc8560') diff --git a/board/sbc8560/config.mk b/board/sbc8560/config.mk index 6d9ae4512..995dadaff 100644 --- a/board/sbc8560/config.mk +++ b/board/sbc8560/config.mk @@ -28,6 +28,3 @@ # assume U-Boot is less than 256K # TEXT_BASE = 0xfffc0000 - -PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx=1 -PLATFORM_CPPFLAGS += -DCONFIG_E500=1 -- cgit v1.2.3