Kongyang Liu | b64fc0e | 2024-01-28 15:05:25 +0800 | [diff] [blame] | 1 | if TARGET_MILKV_DUO |
2 | |||||
3 | config SYS_BOARD | ||||
4 | default "milkv_duo" | ||||
5 | |||||
6 | config SYS_VENDOR | ||||
7 | default "sophgo" | ||||
8 | |||||
9 | config SYS_CPU | ||||
10 | default "generic" | ||||
11 | |||||
12 | config SYS_CONFIG_NAME | ||||
13 | default "milkv_duo" | ||||
14 | |||||
15 | config TEXT_BASE | ||||
16 | default 0x80200000 | ||||
17 | |||||
18 | config ENV_SIZE | ||||
19 | default 0x20000 | ||||
20 | |||||
21 | config ENV_SECT_SIZE | ||||
22 | default 0x40000 | ||||
23 | |||||
24 | config BOARD_SPECIFIC_OPTIONS | ||||
25 | def_bool y | ||||
26 | select GENERIC_RISCV | ||||
27 | |||||
28 | endif |