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

config SYS_BOARD
	default "cmpcpro"

config SYS_VENDOR
	default "cssi"

config SYS_CONFIG_NAME
	default "cmpcpro"

config TEXT_BASE
	default 0x40000000

config CPLD_BASE
	hex
	default 0x90000000

config FPGA_BASE
	hex
	default 0x80000000

config PCI
	default no

endif