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