blob: 4a23f89aa1d074670102bf49e0db4c16b146c67a [file] [log] [blame]
Christophe Leroy1fc46f52022-10-14 12:54:50 +02001if TARGET_CMPC885
2
3config SYS_BOARD
4 default "cmpc885"
5
6config SYS_VENDOR
7 default "cssi"
8
9config SYS_CONFIG_NAME
10 default "cmpc885"
11
12config TEXT_BASE
13 default 0x40000000
14
15config CPLD_BASE
16 hex
17 default 0xc8000000
18
19config FPGA_BASE
20 hex
21 default 0xd0000000
22
23endif