diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-09 19:10:03 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-09 19:10:03 -0500 |
commit | b5501f7d720fed99ab0b42c83f5dea52868ce007 (patch) | |
tree | ebf8ee814951cbafde3197d9bb68a4434ea88ff9 /doc/README.SNTP | |
parent | 4431283c7e6d54ae180d466e51bf2d97471a0ad9 (diff) |
Update README.* to reference new CONFIG_CMD_* names now.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'doc/README.SNTP')
-rw-r--r-- | doc/README.SNTP | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.SNTP b/doc/README.SNTP index fd6f2098f98..9edc957c6f1 100644 --- a/doc/README.SNTP +++ b/doc/README.SNTP @@ -1,5 +1,5 @@ -To use SNTP support, add a define CFG_CMD_SNTP to CONFIG_COMMANDS in -the configuration file of the board. +To use SNTP support, add define CONFIG_CMD_SNTP to the +configuration file of the board. The "sntp" command gets network time from NTP time server and syncronize RTC of the board. This command needs the command line |