summaryrefslogtreecommitdiff
path: root/include/configs/jupiter.h
Commit message (Collapse)AuthorAgeLines
* Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDTGrant Likely2007-09-06-1/+1
| | | | | | | | | | | | | | Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200 Tested on: lite5200b Note: the fixup functions have not been moved to a common place. This patch is targeted for immediate merging as in solves a build issue, but the final name/location of the fixups is still subject to debate. I propose to merge this now, and move the fixups in the next merge window to be usable by all targets. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* fdt: remove unused OF_FLAT_TREE_MAX_SIZE referencesKim Phillips2007-08-29-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/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-10-1/+13
| | | | | | | | | 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 various j* and k* named board ↵Jon Loeliger2007-07-05-12/+12
| | | | | | config files. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Make SC3 board build with 'make O='; use 'addcons' consistentlyWolfgang Denk2007-03-13-3/+3
| | | | | | (SC3 and Jupiter used to use 'addcon' instead). Signed-off-by: Wolfgang Denk wd@denx.de
* Merge with /home/hs/jupiter/u-bootWolfgang Denk2007-03-13-3/+17
|\
| * [PATCH] update board config for jupiter Board:Heiko Schocher2007-03-13-3/+17
| | | | | | | | | | | | | | | | added Hush Shell, CONFIG_CMDLINE_EDITING, CFG_ENV_ADDR_REDUND activated Signed-off-by: Heiko Schocher <hs@denx.de>
* | Minor cleanupWolfgang Denk2007-03-08-1/+1
|/
* [PATCH] Added support for the jupiter board.Heiko Schocher2007-02-16-0/+277
Signed-off-by: Heiko Schocher <hs@denx.de>