u-boot/board/cssi/mcr3000/Kconfig

16 lines
178 B
Text
Raw Normal View History

if TARGET_MCR3000
config SYS_BOARD
default "mcr3000"
config SYS_VENDOR
default "cssi"
config SYS_CONFIG_NAME
default "mcr3000"
config TEXT_BASE
default 0x04000000
endif