From 045e4fcb44cd040f0ebbdee3cb54d553a7168fd3 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 20 Apr 2018 18:14:27 +0900 Subject: [PATCH] clk: uniphier: disable SPL_CLK The last clock consumer in SPL, SD/eMMC driver, gave up using the clock driver. The clock driver is only used in U-Boot proper. Signed-off-by: Masahiro Yamada --- drivers/clk/uniphier/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/uniphier/Kconfig b/drivers/clk/uniphier/Kconfig index 3666d8414c..a26ca8c1cd 100644 --- a/drivers/clk/uniphier/Kconfig +++ b/drivers/clk/uniphier/Kconfig @@ -2,7 +2,6 @@ config CLK_UNIPHIER def_bool y depends on ARCH_UNIPHIER select CLK - select SPL_CLK if SPL help Support for clock controllers on UniPhier SoCs. Say Y if you want to control clocks provided by System Control -- 2.39.2