]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
86xx: Remove redudant PLATFORM_CPPFLAGS
authorKumar Gala <galak@kernel.crashing.org>
Thu, 6 Aug 2009 23:38:43 +0000 (18:38 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 28 Aug 2009 22:12:37 +0000 (17:12 -0500)
commit73aacc522849486b60a5611f678f0bf1c3053779
tree52b8b916b3416e5ce0958827a17b1a0cc656f93c
parent53efa1f1acacacb76fa9a21b09b3294783a11c03
86xx: Remove redudant PLATFORM_CPPFLAGS

For historic reasons we had defined some additional PLATFORM_CPPFLAGS like:

PLATFORM_CPPFLAGS += -DCONFIG_MPC86xx=1
PLATFORM_CPPFLAGS += -DCONFIG_MPC8641=1

However these are all captured in the config.h and thus redudant.  Also
moved common 86xx flags into cpu/mpc86xx/config.mk.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/mpc8610hpcd/config.mk
board/freescale/mpc8641hpcn/config.mk
board/sbc8641d/config.mk
board/xes/xpedite5170/config.mk
cpu/mpc86xx/config.mk