mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
0a668f6d38
This patch adds support for all OcteonTX2 96xx/95xx boards from Marvell. For 96xx boards, use octeontx_96xx_defconfig and for 95xx boards, use octeontx_95xx_defconfig. Signed-off-by: Suneel Garapati <sgarapati@marvell.com>
9 lines
174 B
Makefile
9 lines
174 B
Makefile
#/*
|
|
# * Copyright (C) 2018 Marvell International Ltd.
|
|
# *
|
|
# * SPDX-License-Identifier: GPL-2.0
|
|
# * https://spdx.org/licenses
|
|
# */
|
|
|
|
obj-y += lowlevel_init.o clock.o cpu.o
|
|
|