Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 86xx: Remove redudant PLATFORM_CPPFLAGS | Kumar Gala | 2009-08-28 | -3/+0 |
| | | | | | | | | | | | | 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> | |||
* | Add support for SBC8641D. Board files. | Joe Hamman | 2007-08-10 | -0/+30 |
Add support for Wind River's SBC8641D reference board. Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com> Acked-by: Wolfgang Denk <wd@denx.de> Acked-by: Jon Loeliger <jdl@freescale.com> |