diff options
| author | Simon Glass <[email protected]> | 2017-04-26 22:28:02 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-04-30 13:40:58 -0400 |
| commit | d315628edbc99572c3d35cb72fffcd32e12f859b (patch) | |
| tree | 06703a254d8a614f6d78ba2a873d1e0a9662b6ba /include/configs | |
| parent | 3d0aeb909001f37f35332606713cd92f213501cc (diff) | |
Convert CONFIG_CMD_CLK to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_CLK
Signed-off-by: Simon Glass <[email protected]>
[trini: imply CMD_CLK on ARCH_ZYNQ]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/pic32mzdask.h | 1 | ||||
| -rw-r--r-- | include/configs/zynq-common.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/pic32mzdask.h b/include/configs/pic32mzdask.h index 9042dc269e0..2dcc6c4539c 100644 --- a/include/configs/pic32mzdask.h +++ b/include/configs/pic32mzdask.h @@ -53,7 +53,6 @@ * Commands */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_CMD_CLK /*------------------------------------------------------------ * Console Configuration diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 1fa55998655..51edd463a15 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -236,7 +236,6 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_LONGHELP #define CONFIG_CLOCKS -#define CONFIG_CMD_CLK #define CONFIG_SYS_MAXARGS 32 /* max number of command args */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ |
