mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-28 10:01:29 +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
|