mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
dab18c7aa6
Rename fu540_ddr.c to sifive_ddr.c and add fu740 support Signed-off-by: Green Wan <green.wan@sifive.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
6 lines
115 B
Makefile
6 lines
115 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2020 SiFive, Inc
|
|
#
|
|
|
|
obj-$(CONFIG_SIFIVE_DDR) += sifive_ddr.o
|