summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2016-05-06 21:01:05 +0200
committerTom Rini <trini@konsulko.com>2016-05-27 15:39:45 -0400
commit210be5c4cb0e1bf22bd0e0438cc8e52e3ccbcf5e (patch)
tree9e4342a11f06bfad1ec5151497c04b3ff3bc0391 /net
parentfa96f37ec5835aa685f7beb0af4fef12e9001027 (diff)
downloadtalos-obmc-uboot-210be5c4cb0e1bf22bd0e0438cc8e52e3ccbcf5e.tar.gz
talos-obmc-uboot-210be5c4cb0e1bf22bd0e0438cc8e52e3ccbcf5e.zip
net: Move CONFIG_SPL_NET_VCI_STRING into Kconfig
This patch also adds the SPL time VCI string into Kconfig. Signed-off-by: Alexander Graf <agraf@suse.de> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'net')
-rw-r--r--net/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 414c5497c7..c393269f27 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -45,4 +45,7 @@ config BOOTP_VCI_STRING
default "U-Boot.arm" if ARM
default "U-Boot"
+config SPL_NET_VCI_STRING
+ string
+
endif # if NET
OpenPOWER on IntegriCloud