1if TARGET_T4240EMU 2 3config SYS_BOARD 4 default "t4qds" 5 6config SYS_VENDOR 7 default "freescale" 8 9config SYS_CONFIG_NAME 10 default "T4240EMU" 11 12endif 13 14if TARGET_T4240QDS 15 16config SYS_BOARD 17 default "t4qds" 18 19config SYS_VENDOR 20 default "freescale" 21 22config SYS_CONFIG_NAME 23 default "T4240QDS" 24 25endif 26