u-boot-brain/board/Synology/ds414/Kconfig
Phil Sutter 08511d129e arm: mvebu: ds414: Add a Kconfig defining some strings
A rather cosmetic change to conform with other board definitions.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
2021-04-08 08:50:03 +02:00

13 lines
138 B
Plaintext

if TARGET_DS414
config SYS_BOARD
default "ds414"
config SYS_VENDOR
default "Synology"
config SYS_CONFIG_NAME
default "ds414"
endif