mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-06 03:35:56 +00:00

The initial design of the UniPhier clk driver for U-Boot was not very nice. Here is a re-work to sync it with Linux's clk and reset drivers, maximizing the code reuse from Linux's clk data. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2 lines
57 B
Makefile
2 lines
57 B
Makefile
obj-y += clk-uniphier-core.o
|
|
obj-y += clk-uniphier-mio.o
|