~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 4a23f89aa1d074670102bf49e0db4c16b146c67a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if TARGET_CMPC885

config SYS_BOARD
	default "cmpc885"

config SYS_VENDOR
	default "cssi"

config SYS_CONFIG_NAME
	default "cmpc885"

config TEXT_BASE
	default 0x40000000

config CPLD_BASE
	hex
	default 0xc8000000

config FPGA_BASE
	hex
	default 0xd0000000

endif