forked from rrcarlosr/Jetpack
39 lines
428 B
Plaintext
39 lines
428 B
Plaintext
if TARGET_SMDK5250
|
|
|
|
config SYS_BOARD
|
|
default "smdk5250"
|
|
|
|
config SYS_VENDOR
|
|
default "samsung"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "smdk5250"
|
|
|
|
endif
|
|
|
|
if TARGET_SNOW
|
|
|
|
config SYS_BOARD
|
|
default "smdk5250"
|
|
|
|
config SYS_VENDOR
|
|
default "samsung"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "snow"
|
|
|
|
endif
|
|
|
|
if TARGET_SPRING
|
|
|
|
config SYS_BOARD
|
|
default "smdk5250"
|
|
|
|
config SYS_VENDOR
|
|
default "samsung"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "spring"
|
|
|
|
endif
|