diff options
author | Alexander Graf <agraf@suse.de> | 2016-05-06 21:01:05 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:39:45 -0400 |
commit | 210be5c4cb0e1bf22bd0e0438cc8e52e3ccbcf5e (patch) | |
tree | 9e4342a11f06bfad1ec5151497c04b3ff3bc0391 /configs/am335x_sl50_defconfig | |
parent | fa96f37ec5835aa685f7beb0af4fef12e9001027 (diff) |
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 'configs/am335x_sl50_defconfig')
-rw-r--r-- | configs/am335x_sl50_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig index c227ef4725b..3cd40e9d840 100644 --- a/configs/am335x_sl50_defconfig +++ b/configs/am335x_sl50_defconfig @@ -25,3 +25,4 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y +CONFIG_SPL_NET_VCI_STRING="AM335x U-Boot SPL" |