1if TARGET_VEXPRESS_CA15_TC2 2 3config SYS_CPU 4 default "armv7" 5 6config SYS_BOARD 7 default "vexpress" 8 9config SYS_VENDOR 10 default "armltd" 11 12config SYS_CONFIG_NAME 13 default "vexpress_ca15_tc2" 14 15endif 16 17if TARGET_VEXPRESS_CA5X2 18 19config SYS_CPU 20 default "armv7" 21 22config SYS_BOARD 23 default "vexpress" 24 25config SYS_VENDOR 26 default "armltd" 27 28config SYS_CONFIG_NAME 29 default "vexpress_ca5x2" 30 31endif 32 33if TARGET_VEXPRESS_CA9X4 34 35config SYS_CPU 36 default "armv7" 37 38config SYS_BOARD 39 default "vexpress" 40 41config SYS_VENDOR 42 default "armltd" 43 44config SYS_CONFIG_NAME 45 default "vexpress_ca9x4" 46 47endif 48