diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-19 00:46:54 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-19 00:46:54 +0200 |
commit | 6617aae9b9f297c388fc011bdf4eb6c4553339e6 (patch) | |
tree | 8a79131873cc1c05ba0a4362af9848bf3895ffb5 /common/cmd_eeprom.c | |
parent | df3c7c8f52473297e4049efd8309d3ea944606f7 (diff) | |
download | u-boot-imx-6617aae9b9f297c388fc011bdf4eb6c4553339e6.zip u-boot-imx-6617aae9b9f297c388fc011bdf4eb6c4553339e6.tar.gz u-boot-imx-6617aae9b9f297c388fc011bdf4eb6c4553339e6.tar.bz2 |
Add new board specific commands for TQM5200/STK52XX
- Sound commands (beep, wav, sound)
- Test commands (led, can, backlight, rs232)
Patch by Martin Krause, 02 May 2005
Diffstat (limited to 'common/cmd_eeprom.c')
-rw-r--r-- | common/cmd_eeprom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_eeprom.c b/common/cmd_eeprom.c index 2d4c9f6..a3dedb0 100644 --- a/common/cmd_eeprom.c +++ b/common/cmd_eeprom.c @@ -28,10 +28,10 @@ * FRAM devices read and write data at bus speed. In particular, there is no * write delay. Also, there is no limit imposed on the numer of bytes that can * be transferred with a single read or write. - * + * * Use the following configuration options to ensure no unneeded performance * degradation (typical for EEPROM) is incured for FRAM memory: - * + * * #define CFG_I2C_FRAM * #undef CFG_EEPROM_PAGE_WRITE_DELAY_MS * |