blob: ab54e6dbbc352fb40f4ed6c391c5bc10fdde4349 [file] [log] [blame]
Stefan Roese5fef24c2020-06-30 12:08:58 +02001if TARGET_OCTEON_EBB7304
2
3config SYS_BOARD
4 string
5 default "octeon_ebb7304"
6
7config SYS_VENDOR
8 string
9 default "Marvell"
10
11config SYS_CONFIG_NAME
12 string
13 default "octeon_ebb7304"
14
15config DEFAULT_DEVICE_TREE
16 string
17 default "mrvl,octeon-ebb7304"
18
19endif