summaryrefslogtreecommitdiff
path: root/include/configs/stxssa.h
Commit message (Collapse)AuthorAgeLines
* Merge branch 'testing' into workingAndy Fleming2007-08-03-28/+33
|\ | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG fs/fat/fat.c include/configs/MPC8560ADS.h include/configs/pcs440ep.h net/eth.c
| * include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-10-0/+9
| | | | | | | | | | | | | | | | | | Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * include/configs: Use new CONFIG_CMD_* in STx board config files.Jon Loeliger2007-07-05-3/+3
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * include/configs: Use new CONFIG_CMD_* in 85xx board config files.Jon Loeliger2007-07-05-25/+21
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | Code cleanup and default config update for STC GP3 SSA board.Wolfgang Denk2007-07-06-63/+63
|/ | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-07-03-4/+4
|\
| * Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips2007-05-17-4/+4
| | | | | | | | | | | | | | For all practical u-boot purposes, TSECs don't differ throughout the mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* | Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.Wolfgang Denk2007-05-31-17/+24
|/ | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Update board configuration for STX GP3SSA board:Wolfgang Denk2007-05-03-20/+67
| | | | | | | | | Enable hush shell, environment in flash rather in EEPROM, more user-friendly default environment, etc. The simple EEPROM environment can be selected easily in the board config file. Signed-off-by: Wolfgang Denk <wd@denx.de>
* Add support for STX GP3SSA (stxssa) BoardDan Malek2007-05-03-0/+418
Signed-off-by Dan Malek, <dan@embeddedalley.com>