diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-04-20 18:14:27 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-04-24 00:35:35 +0900 |
commit | 045e4fcb44cd040f0ebbdee3cb54d553a7168fd3 (patch) | |
tree | 79fedd1f7a8883d79ad869fbc4695e6ade839076 /drivers | |
parent | 2a819b90858a1f5c3f9fd919b89fc9c6091264fb (diff) | |
download | u-boot-045e4fcb44cd040f0ebbdee3cb54d553a7168fd3.tar.gz |
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 <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/clk/uniphier/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |