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)
commit34803205ebb4a049fd8c3e3f885ba440a9fb585e
treeb1e77cc0a5431215a083cdc323a2c0dd960172ff
parentfa1f99a521d2e5fd6fd4c8ecf5ffd24ecafcf75b
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