summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-27 04:28:02 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-30 17:40:58 (GMT)
commitd315628edbc99572c3d35cb72fffcd32e12f859b (patch)
tree06703a254d8a614f6d78ba2a873d1e0a9662b6ba /README
parent3d0aeb909001f37f35332606713cd92f213501cc (diff)
downloadu-boot-fsl-qoriq-d315628edbc99572c3d35cb72fffcd32e12f859b.tar.xz
Convert CONFIG_CMD_CLK to Kconfig
This converts the following to Kconfig: CONFIG_CMD_CLK Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply CMD_CLK on ARCH_ZYNQ] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 0 insertions, 1 deletions
diff --git a/README b/README
index 2d084b2..0ac0136 100644
--- a/README
+++ b/README
@@ -826,7 +826,6 @@ The following options need to be configured:
CONFIG_CMD_BOOTD bootd
CONFIG_CMD_BOOTI * ARM64 Linux kernel Image support
CONFIG_CMD_CACHE * icache, dcache
- CONFIG_CMD_CLK * clock command support
CONFIG_CMD_CONSOLE coninfo
CONFIG_CMD_CRC32 * crc32
CONFIG_CMD_DATE * support for RTC, date/time...