[U-Boot] [PATCH 5/9] arm64: zynqmp: Enable SPL_CLK when SPL is enabled
Michal Simek
michal.simek at xilinx.com
Fri Dec 1 15:20:48 UTC 2017
Setup proper dependency in Kconfig for SPL_CLK.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/arm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e50ba930a17c..16be179c8ba5 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
--
1.9.1
More information about the U-Boot
mailing list