mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 12:36:03 +01:00
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>
13 lines
138 B
Plaintext
13 lines
138 B
Plaintext
if TARGET_DS109
|
|
|
|
config SYS_BOARD
|
|
default "ds109"
|
|
|
|
config SYS_VENDOR
|
|
default "Synology"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ds109"
|
|
|
|
endif
|