mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 20:49:56 +01:00
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
|