mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
a834cb817f
Add board support and configuration for Jaguar2 SoC family. The detection of the board type is based on the phy ids. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
8 lines
262 B
Makefile
8 lines
262 B
Makefile
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
CFLAGS_cpu.o += -finline-limit=64000
|
|
|
|
obj-y += cpu.o dram.o reset.o phy.o lowlevel_init.o
|
|
obj-$(CONFIG_SOC_LUTON) += lowlevel_init_luton.o gpio.o
|
|
obj-$(CONFIG_SOC_OCELOT) += gpio.o
|
|
obj-$(CONFIG_SOC_SERVAL) += gpio.o
|