summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-03-03 01:55:22 +0100
committerStefan Roese <sr@denx.de>2021-04-08 08:50:03 +0200
commit08511d129ee7d3f40d1d06bec64c4805cc80733c (patch)
tree3e57fc779b0e010cfe6bb3d482c8b31eafc14bda
parentd86609baab3dc2585bfbd2245a0fa56b6e703798 (diff)
downloadu-boot-08511d129ee7d3f40d1d06bec64c4805cc80733c.tar.gz
u-boot-08511d129ee7d3f40d1d06bec64c4805cc80733c.tar.xz
u-boot-08511d129ee7d3f40d1d06bec64c4805cc80733c.zip
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>
-rw-r--r--board/Synology/ds414/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/Synology/ds414/Kconfig b/board/Synology/ds414/Kconfig
new file mode 100644
index 0000000000..4d30852554
--- /dev/null
+++ b/board/Synology/ds414/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_DS414
+
+config SYS_BOARD
+ default "ds414"
+
+config SYS_VENDOR
+ default "Synology"
+
+config SYS_CONFIG_NAME
+ default "ds414"
+
+endif