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>
14 lines
198 B
Text
14 lines
198 B
Text
if TARGET_OCTEONTX_81XX || TARGET_OCTEONTX_83XX
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "Marvell"
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "octeontx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "octeontx_common"
|
|
|
|
endif
|