diff options
Diffstat (limited to 'include/configs/TQM5200.h')
-rw-r--r-- | include/configs/TQM5200.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index b33f726..b60e3cd 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -165,9 +165,11 @@ CFG_CMD_EEPROM | \ CFG_CMD_I2C | \ CFG_CMD_MII | \ + CFG_CMD_NFS | \ CFG_CMD_PING | \ CFG_CMD_POST_DIAG | \ - CFG_CMD_REGINFO ) + CFG_CMD_REGINFO | \ + CFG_CMD_SNTP ) /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include <cmd_confdefs.h> |