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>
20 lines
247 B
Plaintext
20 lines
247 B
Plaintext
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
|