summaryrefslogtreecommitdiffstats
path: root/include/configs/stxxtc.h
Commit message (Collapse)AuthorAgeFilesLines
* Add CONFIG_MII_INIT support to related boardsTsiChung Liew2008-04-131-0/+1
| | | | | | | | | Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in cmd_init.c. Add CONFIG_MII_INIT to board configuration files that use mii_init() in cmd_init.c. Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> Acked-by: Ben Warren <biggerbadderben@gmail.com>
* Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren2008-03-261-2/+0
| | | | | | | | | | | | | | These defines embedded the u-boot env variables and/or the bd_t structure in the fdt blob. The conclusion of discussion on the u-boot email list was that embedding these in the fdt blob is not useful: there are better ways of passing the data (in fact, the fdt blob itself replaces the bd_t struct). The only board that enables these is the stxxtc and they don't appear to be used by linux. Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> Acked-by: Kim Phillips <kim.phillips@freescale.com>
* fdt: remove unused OF_FLAT_TREE_MAX_SIZE referencesKim Phillips2007-08-291-3/+0
| | | | | | and make some minor corrections to the FDT part of the README. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger2007-07-091-1/+10
| | | | | | CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* include/configs: Use new CONFIG_CMD_* in STx board config files.Jon Loeliger2007-07-051-11/+14
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-081-0/+1
| | | | Some more NAND cleanup and small fixes.
* Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala2006-01-111-0/+2
| | | | | | | | | | CONFIG_OF_HAS_BD_T will put a copy of the bd_t into the resulting flat device tree. CONFIG_OF_HAS_UBOOT_ENV will copy the environment variables from u-boot into the flat device tree Patch by Kumar Gala 11 Jan 2006
* Add support for OF flat tree for the STXtc board.Wolfgang Denk2005-10-131-12/+8
| | | | Patch by Pantelis Antoniou, 04 Sep 2005
* Change default console baud rate for stxxtc boardWolfgang Denk2005-09-131-1/+1
|
* Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.Wolfgang Denk2005-08-151-0/+592
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
OpenPOWER on IntegriCloud