blob: 82bf65d64f1e38b6d85f7959eaa4d5a160f386ef (
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 SYS_TEXT_BASE
default 0x80000000
endif
|