mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-13 13:36:02 +01:00
Add StarFive JH7110 SoC to support RISC-V arch. Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com> Reviewed-by: Rick Chen <rick@andestech.com> Tested-by: Conor Dooley <conor.dooley@microchip.com>
11 lines
176 B
Makefile
11 lines
176 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2022 StarFive Technology Co., Ltd.
|
|
|
|
ifeq ($(CONFIG_SPL_BUILD),y)
|
|
obj-y += spl.o
|
|
else
|
|
obj-y += cpu.o
|
|
obj-y += dram.o
|
|
endif
|