mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 01:03:05 +00:00
24 lines
264 B
Text
24 lines
264 B
Text
|
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
|