diff mbox series

[U-Boot,10/11] configs: am335x_evm: Update VCI String

Message ID 20190318082441.16635-11-faiz_abbas@ti.com
State Accepted
Commit 7b96a732b4a97e932c6caa977e4f233cce926014
Delegated to: Tom Rini
Headers show
Series Fix Ethernet boot in am335x | expand

Commit Message

Faiz Abbas March 18, 2019, 8:24 a.m. UTC
Update VCI string to keep it compatible with legacy test setups.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
---
 configs/am335x_evm_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini March 18, 2019, 2:11 p.m. UTC | #1
On Mon, Mar 18, 2019 at 01:54:40PM +0530, Faiz Abbas wrote:

> Update VCI string to keep it compatible with legacy test setups.
> 
> Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini April 12, 2019, 4:32 p.m. UTC | #2
On Mon, Mar 18, 2019 at 01:54:40PM +0530, Faiz Abbas wrote:

> Update VCI string to keep it compatible with legacy test setups.
> 
> Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index 36d8858851..e516179255 100644
--- a/configs/am335x_evm_defconfig
+++ b/configs/am335x_evm_defconfig
@@ -16,7 +16,7 @@  CONFIG_SPL_ETH_SUPPORT=y
 CONFIG_SPL_MTD_SUPPORT=y
 CONFIG_SPL_MUSB_NEW_SUPPORT=y
 CONFIG_SPL_NET_SUPPORT=y
-CONFIG_SPL_NET_VCI_STRING="AM33xx U-Boot SPL"
+CONFIG_SPL_NET_VCI_STRING="AM335x U-Boot SPL"
 CONFIG_SPL_OS_BOOT=y
 CONFIG_SPL_USB_GADGET=y
 CONFIG_SPL_USB_ETHER=y