mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 23:11:32 +02:00
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>
This commit is contained in:
@@ -2,7 +2,6 @@ config CLK_UNIPHIER
|
|||||||
def_bool y
|
def_bool y
|
||||||
depends on ARCH_UNIPHIER
|
depends on ARCH_UNIPHIER
|
||||||
select CLK
|
select CLK
|
||||||
select SPL_CLK if SPL
|
|
||||||
help
|
help
|
||||||
Support for clock controllers on UniPhier SoCs.
|
Support for clock controllers on UniPhier SoCs.
|
||||||
Say Y if you want to control clocks provided by System Control
|
Say Y if you want to control clocks provided by System Control
|
||||||
|
Reference in New Issue
Block a user