mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +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>
14 lines
202 B
Text
14 lines
202 B
Text
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
|