mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
27 lines
288 B
Text
27 lines
288 B
Text
|
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
|