~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 953785fea3dc7abae0965d7f058d90f36b045c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_JZ4780_CI20

config SYS_BOARD
	default "ci20"

config SYS_VENDOR
	default "imgtec"

config SYS_CONFIG_NAME
	default "ci20"

config TEXT_BASE
	default 0x80000000

endif