mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
dd4fdc0b14
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>
9 lines
197 B
Makefile
9 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/
|