diff options
author | wdenk <wdenk> | 2005-04-02 22:37:54 (GMT) |
---|---|---|
committer | wdenk <wdenk> | 2005-04-02 22:37:54 (GMT) |
commit | 414eec35e3832f4f9ce8a25ace7ead638be1f76f (patch) | |
tree | a599df7a979e35b52494cfcd0d3f11d4270bc755 /include/configs/TQM5200.h | |
parent | be6b6e4e2de5fc857fb8207b5fce3f463c33f793 (diff) | |
download | u-boot-fsl-qoriq-414eec35e3832f4f9ce8a25ace7ead638be1f76f.tar.xz |
Fix problems with SNTP support;
enable SNTP support in some boards.
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> |