mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
This patch adds support for MediaTek MT7620 SoC. All files are dedicated for u-boot. Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
11 lines
158 B
Makefile
11 lines
158 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-y += lowlevel_init.o
|
|
obj-y += init.o
|
|
obj-y += dram.o
|
|
obj-y += serial.o
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-y += sysc.o
|
|
endif
|