mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 22:46:01 +01:00
JH7110 SoC requires no specific handling before entering Linux kernel. Let's drop the specific implementation to avoid duplication. Signed-off-by: Yao Zi <ziyao@disroot.org> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
10 lines
161 B
Makefile
10 lines
161 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2022 StarFive Technology Co., Ltd.
|
|
|
|
ifeq ($(CONFIG_XPL_BUILD),y)
|
|
obj-y += spl.o
|
|
else
|
|
obj-y += dram.o
|
|
endif
|