diff options
author | wdenk <wdenk> | 2004-08-28 21:09:14 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-08-28 21:09:14 +0000 |
commit | 31a649234ee4051e96cf45285cdf2dbfa668d30c (patch) | |
tree | b5f30d8b26974d60fee1ab69f2edb9876d7a0622 /Makefile | |
parent | 89394047ba438f70f40ebc89b812824b01fec663 (diff) | |
download | u-boot-imx-31a649234ee4051e96cf45285cdf2dbfa668d30c.zip u-boot-imx-31a649234ee4051e96cf45285cdf2dbfa668d30c.tar.gz u-boot-imx-31a649234ee4051e96cf45285cdf2dbfa668d30c.tar.bz2 |
* Add automatic update support for LWMON board
* Enable MSDOS/VFAT filesystem support for LWMON board
* Clear Block Lock-Bits when erasing flash on LWMON board.
* Fix return code of "fatload" command
* Disable debugging for TQM5200 board
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -315,12 +315,12 @@ MiniFAP_config: unconfig @[ -z "$(findstring AB,$@)" ] || \ { echo "#define CONFIG_TQM5200_AB" >>include/config.h ; \ echo "... with 64 MB Flash, 64 MB SDRAM, 32 kB EEPROM, 512 kB SRAM" ; \ - echo "... with Grafic Controller"; \ + echo "... with Graphics Controller"; \ } @[ -z "$(findstring AC,$@)" ] || \ { echo "#define CONFIG_TQM5200_AC" >>include/config.h ; \ echo "... with 4 MB Flash, 128 MB SDRAM" ; \ - echo "... with Grafic Controller"; \ + echo "... with Graphics Controller"; \ } @./mkconfig -a TQM5200 ppc mpc5xxx tqm5200 |