Simon Glass | 17aa548 | 2015-08-30 16:55:41 -0600 | [diff] [blame] | 1 | if TARGET_FIREFLY_RK3288 |
2 | |||||
3 | config SYS_BOARD | ||||
4 | default "firefly-rk3288" | ||||
5 | |||||
6 | config SYS_VENDOR | ||||
7 | default "firefly" | ||||
8 | |||||
9 | config SYS_CONFIG_NAME | ||||
10 | default "firefly-rk3288" | ||||
11 | |||||
12 | config BOARD_SPECIFIC_OPTIONS # dummy | ||||
13 | def_bool y | ||||
14 | |||||
15 | endif |