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 /include/configs/TQM5200.h | |
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 'include/configs/TQM5200.h')
-rw-r--r-- | include/configs/TQM5200.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 1f83aa5..7d39f22 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -27,8 +27,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define DEBUG 1 - /* * High Level Configuration Options * (easy to change) @@ -64,7 +62,7 @@ */ #define CONFIG_PCI 0 #define CONFIG_PCI_PNP 1 -#define CONFIG_PCI_SCAN_SHOW 1 +/* #define CONFIG_PCI_SCAN_SHOW 1 */ #define CONFIG_PCI_MEM_BUS 0x40000000 #define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS |