[U-Boot] [PATCH] configs: am335x_evm_usbspl: Add CONFIG_SPL_NET_VCI_STRING

Add CONFIG_SPL_NET_VCI_STRING to enable USB-Ethernet boot mode support.
Signed-off-by: Faiz Abbas faiz_abbas@ti.com --- configs/am335x_evm_usbspl_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/am335x_evm_usbspl_defconfig b/configs/am335x_evm_usbspl_defconfig index 5afc740..d61aa94 100644 --- a/configs/am335x_evm_usbspl_defconfig +++ b/configs/am335x_evm_usbspl_defconfig @@ -12,6 +12,7 @@ CONFIG_ARCH_MISC_INIT=y CONFIG_SPL=y CONFIG_SPL_MUSB_NEW_SUPPORT=y CONFIG_SPL_NET_SUPPORT=y +CONFIG_SPL_NET_VCI_STRING="AM335x U-Boot SPL" CONFIG_SPL_OS_BOOT=y CONFIG_SPL_USB_GADGET_SUPPORT=y CONFIG_SPL_USBETH_SUPPORT=y

On Fri, Feb 16, 2018 at 01:41:23PM +0530, Faiz Abbas wrote:
Add CONFIG_SPL_NET_VCI_STRING to enable USB-Ethernet boot mode support.
Signed-off-by: Faiz Abbas faiz_abbas@ti.com
Reviewed-by: Tom Rini trini@konsulko.com

On Fri, Feb 16, 2018 at 01:41:23PM +0530, Faiz Abbas wrote:
Add CONFIG_SPL_NET_VCI_STRING to enable USB-Ethernet boot mode support.
Signed-off-by: Faiz Abbas faiz_abbas@ti.com Reviewed-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
participants (2)
-
Faiz Abbas
-
Tom Rini