mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
d56d79ed27
Add fu740 support. One abstract layer is added for supporting multiple chips such as fu540 and fu740. Signed-off-by: Green Wan <green.wan@sifive.com>
5 lines
120 B
Makefile
5 lines
120 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += sifive-prci.o
|
|
|
|
obj-$(CONFIG_CLK_SIFIVE_PRCI) += fu540-prci.o fu740-prci.o
|