1234567891011121314151617181920212223242526272829303132333435363738 |
- 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
|