From 210be5c4cb0e1bf22bd0e0438cc8e52e3ccbcf5e Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Fri, 6 May 2016 21:01:05 +0200 Subject: 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 Reviewed-by: Tom Rini --- net/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net') 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 -- cgit v1.2.1