mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
16 lines
172 B
Text
16 lines
172 B
Text
|
if TARGET_P2041RDB
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "p2041rdb"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "P2041RDB"
|
||
|
|
||
|
endif
|