mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
10c6233696
This patch adds basic support for MediaTek MT7986 SoC. This include the file that will initialize the SoC after boot and its device tree. Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
4 lines
77 B
Makefile
4 lines
77 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-y += init.o
|
|
obj-y += lowlevel_init.o
|