commit | 4c81ed10618162eaee88e431585df89bf3690d82 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Aug 06 18:28:34 2009 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Aug 28 17:12:37 2009 -0500 |
tree | 60bdaf349094fd1e3bbce4d925a176eb24499ed3 | |
parent | ee1ca7ec2ce6569ae56a96b960716463f5a233bc [diff] |
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>