mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
4bc0104c97
This patch adds support for MediaTek MT7621 SoC. All files are dedicated for u-boot. The default build target is u-boot-mt7621.bin. The specification of this chip: https://www.mediatek.com/products/homenetworking/mt7621 Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
9 lines
124 B
Makefile
9 lines
124 B
Makefile
|
|
extra-y += start.o
|
|
|
|
obj-y += spl.o
|
|
obj-y += cps.o
|
|
obj-y += dram.o
|
|
obj-y += serial.o
|
|
obj-y += launch.o
|
|
obj-y += launch_ll.o
|