diff options
author | Wolfgang Denk <wd@denx.de> | 2007-07-05 11:12:16 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-05 11:12:16 +0200 |
commit | b6b4684546809f89c8bac72863ca49b5fd8ac0cd (patch) | |
tree | 631ac637c4d95da99d8380ec4acc5fd817496054 /include/configs/TQM834x.h | |
parent | dca3b3d6d6396b67e5e84af53452164923c73443 (diff) | |
download | u-boot-imx-b6b4684546809f89c8bac72863ca49b5fd8ac0cd.zip u-boot-imx-b6b4684546809f89c8bac72863ca49b5fd8ac0cd.tar.gz u-boot-imx-b6b4684546809f89c8bac72863ca49b5fd8ac0cd.tar.bz2 |
Minor coding style cleanup. Update CHANGELOG.
Diffstat (limited to 'include/configs/TQM834x.h')
-rw-r--r-- | include/configs/TQM834x.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 9628703..684cb30 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -281,7 +281,6 @@ extern int tqm834x_num_flash_banks; #define CFG_PCI1_IO_PHYS CFG_PCI1_IO_BASE #define CFG_PCI1_IO_SIZE 0x1000000 /* 16M */ - #undef CONFIG_EEPRO100 #define CONFIG_EEPRO100 #undef CONFIG_TULIP @@ -316,7 +315,6 @@ extern int tqm834x_num_flash_banks; #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */ #define CFG_LOADS_BAUD_CHANGE 1 /* allow baudrate change */ - /* * Command line configuration. */ @@ -339,10 +337,6 @@ extern int tqm834x_num_flash_banks; #undef CONFIG_CMD_LOADS #endif - - - - /* * Miscellaneous configurable options */ |