mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 03:36:59 +02:00
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>
15 lines
202 B
Plaintext
15 lines
202 B
Plaintext
if TARGET_OCTEONTX2_95XX || TARGET_OCTEONTX2_96XX
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "Marvell"
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "octeontx2"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "octeontx2_common"
|
|
|
|
endif
|