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