summaryrefslogtreecommitdiffstats
path: root/include/configs/TQM866M.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-06-10 10:00:19 +0000
committerwdenk <wdenk>2005-06-10 10:00:19 +0000
commita87589da74b84031a3db4ddd2e835e1893a90f3b (patch)
tree3f6c7097b0c7bd65ac278b2d667d382536fe2fa7 /include/configs/TQM866M.h
parent51152c173d025551dce4e0097e14e147ad016d3b (diff)
downloadblackbird-obmc-uboot-a87589da74b84031a3db4ddd2e835e1893a90f3b.tar.gz
blackbird-obmc-uboot-a87589da74b84031a3db4ddd2e835e1893a90f3b.zip
* Add support for HMI1001 board
* Disable "date" and "sntp" commands on TQM866M which has no RTC
Diffstat (limited to 'include/configs/TQM866M.h')
-rw-r--r--include/configs/TQM866M.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/TQM866M.h b/include/configs/TQM866M.h
index 4b850131c1..ea51e89e34 100644
--- a/include/configs/TQM866M.h
+++ b/include/configs/TQM866M.h
@@ -136,13 +136,11 @@
#define CONFIG_COMMANDS ( CONFIG_CMD_DFL | \
CFG_CMD_ASKENV | \
- CFG_CMD_DATE | \
CFG_CMD_DHCP | \
CFG_CMD_EEPROM | \
CFG_CMD_I2C | \
CFG_CMD_IDE | \
- CFG_CMD_NFS | \
- CFG_CMD_SNTP )
+ CFG_CMD_NFS )
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
#include <cmd_confdefs.h>
OpenPOWER on IntegriCloud