mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
13 lines
151 B
Text
13 lines
151 B
Text
|
if TARGET_MPC8544DS
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "mpc8544ds"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "MPC8544DS"
|
||
|
|
||
|
endif
|