1if TARGET_SMDK5250 2 3config SYS_BOARD 4 default "smdk5250" 5 6config SYS_VENDOR 7 default "samsung" 8 9config SYS_CONFIG_NAME 10 default "smdk5250" 11 12endif 13 14if TARGET_SNOW 15 16config SYS_BOARD 17 default "smdk5250" 18 19config SYS_VENDOR 20 default "samsung" 21 22config SYS_CONFIG_NAME 23 default "snow" 24 25endif 26 27if TARGET_SPRING 28 29config SYS_BOARD 30 default "smdk5250" 31 32config SYS_VENDOR 33 default "samsung" 34 35config SYS_CONFIG_NAME 36 default "spring" 37 38endif 39