Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT | Grant Likely | 2007-09-06 | -6/+2 |
| | | | | | | | | | | | | | | 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> | |||
* | board/[j-z]*: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | -2/+2 |
| | | | | | | | | Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Remove obsolete mpc5xxx linker scripts (1 of 3) | Grant Likely | 2007-07-04 | -125/+0 |
| | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
* | [PATCH] Added support for the jupiter board. | Heiko Schocher | 2007-02-16 | -0/+534 |
Signed-off-by: Heiko Schocher <hs@denx.de> |