diff options
author | Chris Packham <judge.packham@gmail.com> | 2017-05-02 21:30:49 +1200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-08 11:57:29 -0400 |
commit | d7f53065d9193407a95af412393c9b11709fe231 (patch) | |
tree | ec880f27336e4fb8ad9beecf4a7b9e416d492389 /README | |
parent | f90df596a87bcec97873c247f1948190355539a9 (diff) | |
download | u-boot-d7f53065d9193407a95af412393c9b11709fe231.zip u-boot-d7f53065d9193407a95af412393c9b11709fe231.tar.gz u-boot-d7f53065d9193407a95af412393c9b11709fe231.tar.bz2 |
README: remove CONFIG_CMD_DATE
CONFIG_CMD_DATE was recently moved to Kconfig. Remove the now duplicate
description of the option.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -828,7 +828,6 @@ The following options need to be configured: CONFIG_CMD_CACHE * icache, dcache CONFIG_CMD_CONSOLE coninfo CONFIG_CMD_CRC32 * crc32 - CONFIG_CMD_DATE * support for RTC, date/time... CONFIG_CMD_DHCP * DHCP support CONFIG_CMD_DIAG * Diagnostics CONFIG_CMD_DS4510 * ds4510 I2C gpio commands |