summaryrefslogtreecommitdiff
path: root/board/mpc8540eval/config.mk
Commit message (Collapse)AuthorAgeLines
* 85xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala2009-08-28-5/+0
| | | | | | | | | | | | | 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>
* * Patch by Ron Alder, 11 July 2005Lunsheng Wang2005-07-29-0/+34
Add Xianghua Xiao and Lunsheng Wang's support for the GDA MPC8540 EVAL board.