mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
9637c4b2dd
Add support for Seagate BlackArmor NAS220 Signed-off-by: Evgeni Dobrev <evgeni@studio-punkt.com>
12 lines
140 B
Text
12 lines
140 B
Text
if TARGET_NAS220
|
|
|
|
config SYS_BOARD
|
|
default "nas220"
|
|
|
|
config SYS_VENDOR
|
|
default "Seagate"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "nas220"
|
|
|
|
endif
|