mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
a0a868b20b
Synology DS109 is based on MV88F6281. The code is based on Dreamplug code with modificatons from Synologys open source repository. Signed-off-by: Walter Schweizer <swwa@users.sourceforge.net> Signed-off-by: Stefan Roese <sr@denx.de>
12 lines
138 B
Text
12 lines
138 B
Text
if TARGET_DS109
|
|
|
|
config SYS_BOARD
|
|
default "ds109"
|
|
|
|
config SYS_VENDOR
|
|
default "Synology"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ds109"
|
|
|
|
endif
|