mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
0e31666dfa
This is a range of stackable network switches. The SoC is Armada-385 and there are a number of variants with differing network port configurations. The DP variants are intended for a harsher operating environment so they use a different i2c mux and fit industrial-temp parts. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
9 lines
162 B
Makefile
9 lines
162 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2017 Allied Telesis Labs
|
|
#
|
|
|
|
obj-y := $(BOARD).o
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-y += ../common/gpio_hog.o
|
|
endif
|