diff options
| author | Ezequiel Garcia <[email protected]> | 2018-01-12 12:33:24 -0300 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2018-01-24 11:45:06 +0100 |
| commit | 578d95e99ff7c158be8f293e9a5fdca91dd3a9b6 (patch) | |
| tree | a54483b004571ff3330be603f379cb7602c7861f | |
| parent | 3759df0c0810636b31fe64c56868aa831514e509 (diff) | |
arm: zynq: Enable SPL_CLK only if SPL is enabled
Setup proper dependency in Kconfig for SPL_CLK.
If SPL is not enabled, SPL_CLK shouldn't be selected.
Cc: Michal Simek <[email protected]>
Signed-off-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 001ece3cf14..875907c7e83 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -790,7 +790,7 @@ config ARCH_ZYNQ select DM_USB if USB select BLK select CLK - select SPL_CLK + select SPL_CLK if SPL select CLK_ZYNQ imply CMD_CLK imply FAT_WRITE |
