mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
d8809bac48
Rename MCR3000.* to mcr3000.* to be more in line with other boards. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
15 lines
178 B
Text
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
|