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 /include/configs/TQM5200.h | |
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 'include/configs/TQM5200.h')
-rw-r--r-- | include/configs/TQM5200.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 680a0a7..26d1e87 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -169,7 +169,8 @@ CFG_CMD_PING | \ CFG_CMD_POST_DIAG | \ CFG_CMD_REGINFO | \ - CFG_CMD_SNTP ) + CFG_CMD_SNTP | \ + CFG_CMD_BSP) /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include <cmd_confdefs.h> |