mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
16 lines
181 B
Text
16 lines
181 B
Text
|
if TARGET_MPC837XERDB
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "mpc837xerdb"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "MPC837XERDB"
|
||
|
|
||
|
endif
|