]> git.baikalelectronics.ru Git - uboot.git/commit
Fix typo in CONFIG_USBNET_DEVADDR
authorIgnacio Zamora <nachopitt@gmail.com>
Sat, 8 Oct 2022 14:50:56 +0000 (09:50 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 12 Oct 2022 15:11:19 +0000 (11:11 -0400)
commit385c838b816c22c06cc3d21575557be1cb644a36
treeb1e77cc0a5431215a083cdc323a2c0dd960172ff
parent3dac6e94688eefd1791904670e9d327ceeaff36b
Fix typo in CONFIG_USBNET_DEVADDR

Fix typo that was caused by the same feature being split in to 2 different
configuration options. Replace CONFIG_USBNET_DEVADDR with
CONFIG_USBNET_DEV_ADDR

Signed-off-by: Ignacio Zamora <nachopitt@gmail.com>
drivers/usb/gadget/Kconfig
drivers/usb/gadget/ether.c
include/configs/warp7.h