]> git.baikalelectronics.ru Git - uboot.git/commit
Correct SPL use of USB_FUNCTION_FASTBOOT
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:44:23 +0000 (15:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000 (07:41 -0500)
commit11164c998a153bfa7758e9e14393012e5659f41e
tree351acdf5e61f95c97b2dbfb4dc66aeaabd25bf34
parent2a48ced4160aa1814bb0c21fbb655a5193245c0d
Correct SPL use of USB_FUNCTION_FASTBOOT

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_USB_FUNCTION_FASTBOOT defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
cmd/fastboot.c