blob: 3bb7ca448e46d067f9a9449cae6f3f00eedf2508 [file] [log] [blame]
Peter Robinson9fb8e242020-04-20 20:27:36 +01001if TARGET_PINEBOOK_PRO_RK3399
2
3config SYS_BOARD
4 default "pinebook-pro-rk3399"
5
6config SYS_VENDOR
7 default "pine64"
8
9config SYS_CONFIG_NAME
10 default "pinebook-pro-rk3399"
11
12config BOARD_SPECIFIC_OPTIONS
13 def_bool y
14
15endif