mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 08:46:59 +02:00
Rename MCR3000.* to mcr3000.* to be more in line with other boards. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
16 lines
178 B
Plaintext
16 lines
178 B
Plaintext
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
|