mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
03c2288070
This patch adds support for all OcteonTX 81xx/83xx boards from Marvell. For 81xx boards, use octeontx_81xx_defconfig and for 83xx boards, use octeontx_83xx_defconfig. Signed-off-by: Suneel Garapati <sgarapati@marvell.com>
9 lines
208 B
Makefile
9 lines
208 B
Makefile
#/*
|
|
# * Copyright (C) 2018 Marvell International Ltd.
|
|
# *
|
|
# * SPDX-License-Identifier: GPL-2.0
|
|
# * https://spdx.org/licenses
|
|
# */
|
|
|
|
obj-y := board.o smc.o soc-utils.o
|
|
obj-$(CONFIG_OF_LIBFDT) += board-fdt.o
|