Quentin Schulz | 220800a | 2024-06-10 15:13:38 +0200 | [diff] [blame] | 1 | if TARGET_TIGER_RK3588 |
2 | |||||
3 | config SYS_BOARD | ||||
4 | default "tiger_rk3588" | ||||
5 | |||||
6 | config SYS_VENDOR | ||||
7 | default "theobroma-systems" | ||||
8 | |||||
9 | config SYS_CONFIG_NAME | ||||
10 | default "tiger_rk3588" | ||||
11 | |||||
12 | config BOARD_SPECIFIC_OPTIONS # dummy | ||||
13 | def_bool y | ||||
14 | select ENV_IS_NOWHERE | ||||
15 | |||||
16 | endif |