1if TARGET_LS2080A_EMU 2 3config SYS_BOARD 4 default "ls2080a" 5 6config SYS_VENDOR 7 default "freescale" 8 9config SYS_SOC 10 default "fsl-layerscape" 11 12config SYS_CONFIG_NAME 13 default "ls2080a_emu" 14 15endif 16 17if TARGET_LS2080A_SIMU 18 19config SYS_BOARD 20 default "ls2080a" 21 22config SYS_VENDOR 23 default "freescale" 24 25config SYS_SOC 26 default "fsl-layerscape" 27 28config SYS_CONFIG_NAME 29 default "ls2080a_simu" 30 31endif 32