Wolfgang Denk
32bf3d143a
Fix quoting problem (preboot setting) in many board config files.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-03 12:37:53 +01:00
Martin Krause
e318d9e902
TQM8xx: use the CFI flash driver on all TQM8xx boards
...
Signed-off-by: Martin Krause <martin.krause@tqs.de>
2007-12-27 02:00:10 +01:00
Jon Loeliger
7be044e4ea
include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-09 21:24:19 -05:00
Jon Loeliger
6c4f4da9bf
include/configs: Use new CONFIG_CMD_* in various H* named board config files.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-08 16:05:25 -05:00
Wolfgang Denk
fe126d8b34
Change all '$(...)' variable references into '${...}'
...
which makes the environment compatible with the hush shell.
WARNING: Support for the old '$(...)' syntax will be
discontinued in a later version.
2005-11-20 21:40:11 +01:00
wdenk
414eec35e3
Fix problems with SNTP support;
...
enable SNTP support in some boards.
2005-04-02 22:37:54 +00:00
wdenk
93f6a6771b
* Patches by Richard Woodruff, 10 Jun 2004:
...
- fix problems with examples/stubs.c for GCC >= 3.4
- fix problems with gd initialization
* Enable FAT filesystem support for HMI10 board
2004-07-01 20:28:03 +00:00
wdenk
c3f4d17e05
Add "cls" function to MPC823 LCD driver so we can reinitialize the
...
display even after showing a bitmap
2004-06-25 23:35:58 +00:00
wdenk
c40b295682
* Patch by Rune Torgersen, 27 Feb 2004:
...
- Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA)
- Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF)
- Added support for 64bit strtoul (CFG_64BIT_STRTOUL)
* Patch by Masami Komiya, 27 Feb 2004:
Fix rarpboot: add autoload by NFS
* Patch by Dan Eisenhut, 26 Feb 2004:
fix flash_write return value in saveenv
* Patch by Stephan Linz, 11 Dec 2003
expand config.mk to avoid trigraph warnings on NIOS
* Rename "BMS2003" board into "HMI10"
2004-03-13 23:29:43 +00:00