summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-19 00:46:54 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-19 00:46:54 +0200
commit6617aae9b9f297c388fc011bdf4eb6c4553339e6 (patch)
tree8a79131873cc1c05ba0a4362af9848bf3895ffb5 /include/configs
parentdf3c7c8f52473297e4049efd8309d3ea944606f7 (diff)
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')
-rw-r--r--include/configs/TQM5200.h3
-rw-r--r--include/configs/o2dnt.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h
index 680a0a774..26d1e8712 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>
diff --git a/include/configs/o2dnt.h b/include/configs/o2dnt.h
index d686f9e17..ffa267859 100644
--- a/include/configs/o2dnt.h
+++ b/include/configs/o2dnt.h
@@ -225,8 +225,8 @@
/*
* GPIO configuration
*/
-//#define CFG_GPS_PORT_CONFIG 0x10002004
-#define CFG_GPS_PORT_CONFIG 0x00002004 //no CAN
+/*#define CFG_GPS_PORT_CONFIG 0x10002004 */
+#define CFG_GPS_PORT_CONFIG 0x00002004 /* no CAN */
/*
* Miscellaneous configurable options