Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. | Jon Loeliger | 2007-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 various F* and G* named board ↵ | Jon Loeliger | 2007-07-08 | -4/+8 |
| | | | | | | config files. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Change all '$(...)' variable references into '${...}' | Wolfgang Denk | 2005-11-20 | -2/+2 |
| | | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version. | |||
* | * Patches by Udi Finkelstein, 2 June 2003: | wdenk | 2003-06-03 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | - Added support for custom keyboards, initialized by defining a board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD . - Added support for the RBC823 board. - cpu/mpc8xx/lcd.c now automatically calculates the Horizontal Pixel Count field. * Fix alignment problem in BOOTP (dhcp_leasetime option) [pointed out by Nicolas Lacressonničre, 2 Jun 2003] * Patch by Mark Rakes, 14 May 2003: add support for Intel e1000 gig cards. * Patch by Nye Liu, 3 Jun 2003: fix critical typo in MAMR definition (include/mpc8xx.h) * Fix requirement to align U-Boot image on 16 kB boundaries on PPC. * Patch by Klaus Heydeck, 2 Jun 2003 Minor changes for KUP4K configuration | |||
* | Initial revision | wdenk | 2002-11-03 | -0/+354 |