From: Michal Simek Date: Fri, 1 Dec 2017 14:13:36 +0000 (+0100) Subject: arm64: zynqmp: Enable SPL_CLK when SPL is enabled X-Git-Tag: v2018.01-rc2~8^2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2f03968e6c4b9da481fbb2fa1e6ee484681396e6;p=u-boot arm64: zynqmp: Enable SPL_CLK when SPL is enabled Setup proper dependency in Kconfig for SPL_CLK. Signed-off-by: Michal Simek --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 73909952d0..f2c35e32c6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -773,7 +773,7 @@ config ARCH_ZYNQMP select SUPPORT_SPL select CLK select SPL_BOARD_INIT if SPL - select SPL_CLK + select SPL_CLK if SPL select DM_USB if USB imply FAT_WRITE