blob: b721ed19d80cd7aa3a43545b5aa99e57361e355d [file] [log] [blame]
Yegor Yefremov6ce89322015-05-29 19:27:29 +02001if TARGET_AM335X_BALTOS
2
3config SYS_BOARD
4 default "baltos"
5
6config SYS_VENDOR
7 default "vscom"
8
9config SYS_SOC
10 default "am33xx"
11
12config SYS_CONFIG_NAME
13 default "baltos"
14
Yegor Yefremov6ce89322015-05-29 19:27:29 +020015endif