mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 11:46:59 +02: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>
10 lines
197 B
Makefile
10 lines
197 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += cpu.o
|
|
obj-y += ddr_init.o
|
|
obj-y += ddr_cal.o
|
|
obj-$(CONFIG_SPL_BUILD) += spl.o
|
|
|
|
obj-$(CONFIG_SOC_MT7620) += mt7620/
|
|
obj-$(CONFIG_SOC_MT7628) += mt7628/
|