mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 06:24:17 +00:00
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>
This commit is contained in:
parent
d86609baab
commit
08511d129e
1 changed files with 12 additions and 0 deletions
12
board/Synology/ds414/Kconfig
Normal file
12
board/Synology/ds414/Kconfig
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
if TARGET_DS414
|
||||||
|
|
||||||
|
config SYS_BOARD
|
||||||
|
default "ds414"
|
||||||
|
|
||||||
|
config SYS_VENDOR
|
||||||
|
default "Synology"
|
||||||
|
|
||||||
|
config SYS_CONFIG_NAME
|
||||||
|
default "ds414"
|
||||||
|
|
||||||
|
endif
|
Loading…
Add table
Reference in a new issue