u-boot/board/cssi/mcr3000/Kconfig
Christophe Leroy d8809bac48 board: MCR3000: Use lowercase filenames
Rename MCR3000.* to mcr3000.* to be more in line with
other boards.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
2023-02-10 19:33:25 +01:00

15 lines
178 B
Text

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