]> git.ipfire.org Git - people/ms/u-boot.git/commit
85xx: Remove redudant PLATFORM_CPPFLAGS
authorKumar Gala <galak@kernel.crashing.org>
Thu, 6 Aug 2009 23:28:34 +0000 (18:28 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 28 Aug 2009 22:12:37 +0000 (17:12 -0500)
commit53efa1f1acacacb76fa9a21b09b3294783a11c03
tree60bdaf349094fd1e3bbce4d925a176eb24499ed3
parent337f9fde2e9317c1d9e85a4a8955a2f14730a00f
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>
22 files changed:
board/atum8548/config.mk
board/freescale/mpc8536ds/config.mk
board/freescale/mpc8540ads/config.mk
board/freescale/mpc8541cds/config.mk
board/freescale/mpc8544ds/config.mk
board/freescale/mpc8548cds/config.mk
board/freescale/mpc8555cds/config.mk
board/freescale/mpc8560ads/config.mk
board/freescale/mpc8568mds/config.mk
board/freescale/mpc8569mds/config.mk
board/freescale/mpc8572ds/config.mk
board/freescale/p2020ds/config.mk
board/mpc8540eval/config.mk
board/pm854/config.mk
board/pm856/config.mk
board/sbc8548/config.mk
board/sbc8560/config.mk
board/stxgp3/config.mk
board/stxssa/config.mk
board/xes/xpedite5200/config.mk
board/xes/xpedite5370/config.mk
cpu/mpc85xx/config.mk