Christophe Leroy | f6469c2 | 2023-04-04 13:09:36 +0200 | [diff] [blame] | 1 | if TARGET_CMPCPRO |
2 | |||||
3 | config SYS_BOARD | ||||
4 | default "cmpcpro" | ||||
5 | |||||
6 | config SYS_VENDOR | ||||
7 | default "cssi" | ||||
8 | |||||
9 | config SYS_CONFIG_NAME | ||||
10 | default "cmpcpro" | ||||
11 | |||||
12 | config TEXT_BASE | ||||
13 | default 0x40000000 | ||||
14 | |||||
15 | config CPLD_BASE | ||||
16 | hex | ||||
17 | default 0x90000000 | ||||
18 | |||||
19 | config FPGA_BASE | ||||
20 | hex | ||||
21 | default 0x80000000 | ||||
22 | |||||
23 | config PCI | ||||
24 | default no | ||||
25 | |||||
26 | endif |