mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
ec85347102
This patch adds the basic support for the PCIe target board equipped with the Octeon III CN2350 SoC. Signed-off-by: Stefan Roese <sr@denx.de>
19 lines
247 B
Text
19 lines
247 B
Text
if TARGET_OCTEON_NIC23
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "octeon_nic23"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "Marvell"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "octeon_nic23"
|
|
|
|
config DEFAULT_DEVICE_TREE
|
|
string
|
|
default "mrvl,octeon-nic23"
|
|
|
|
endif
|