summaryrefslogtreecommitdiff
path: root/board/stxssa/config.mk
Commit message (Collapse)AuthorAgeLines
* stx: create common vendor/board hierarchy for STx boardsAlex Dubov2009-08-28-30/+0
| | | | | | | | Move files belonging to the STx boards into common vendor directory and update the Makefile to reflect this. Signed-off-by: Alex Dubov <oakad@yahoo.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* 85xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala2009-08-28-3/+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>
* Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.Wolfgang Denk2007-05-31-2/+1
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Add support for STX GP3SSA (stxssa) BoardDan Malek2007-05-03-0/+34
Signed-off-by Dan Malek, <dan@embeddedalley.com>