mirror of
https://xff.cz/git/u-boot/
synced 2025-10-22 10:31:56 +02:00
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>
6 lines
120 B
Makefile
6 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
|