mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
16b94903e2
Currently mach-mt7620 contains only support for mt7628. To avoid confusion, rename mach-mt7620 to mach-mtmips, which means MediaTek MIPS platforms. MT7620 and MT7628 should be distinguished by SOC_MT7620 and SOC_MT7628 because they do not share the same lowlevel codes. Dependencies of four drivers are changed to SOC_MT7628 as these drivers are only used by MT7628. Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
8 lines
142 B
Makefile
8 lines
142 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += cpu.o
|
|
|
|
ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
|
obj-y += ddr_calibrate.o
|
|
obj-y += lowlevel_init.o
|
|
endif
|