blob: 2dd40d9b6a2b8c67dbf23303b728de62a6bbc0f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_BUBBLEGUM_96
config SYS_BOARD
default "bubblegum_96"
config SYS_VENDOR
default "ucRobotics"
config SYS_SOC
default "s900"
config SYS_CONFIG_NAME
default "bubblegum_96"
endif
|