1if TARGET_VEXPRESS_AEMV8A 2 3config SYS_CPU 4 string 5 default "armv8" 6 7config SYS_BOARD 8 string 9 default "vexpress64" 10 11config SYS_VENDOR 12 string 13 default "armltd" 14 15config SYS_CONFIG_NAME 16 string 17 default "vexpress_aemv8a" 18 19endif 20 21if TARGET_VEXPRESS_AEMV8A_SEMI 22 23config SYS_CPU 24 string 25 default "armv8" 26 27config SYS_BOARD 28 string 29 default "vexpress64" 30 31config SYS_VENDOR 32 string 33 default "armltd" 34 35config SYS_CONFIG_NAME 36 string 37 default "vexpress_aemv8a" 38 39endif 40