blob: f94a444cf23259394e11ef485d8d2af476d13a4e [file] [log] [blame]
Stefan Roesedd580802014-10-22 12:13:18 +02001if TARGET_DB_MV784MP_GP
2
3config SYS_CPU
4 string
5 default "armv7"
6
7config SYS_BOARD
8 string
9 default "db-mv784mp-gp"
10
11config SYS_VENDOR
12 string
13 default "Marvell"
14
15config SYS_SOC
16 string
17 default "armada-xp"
18
19config SYS_CONFIG_NAME
20 string
21 default "db-mv784mp-gp"
22
23endif