commit | f597ebe25fbbc7e0e09a5b940bc136da1f0c11c8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:44:23 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 10 07:41:40 2023 -0500 |
tree | 351acdf5e61f95c97b2dbfb4dc66aeaabd25bf34 | |
parent | d911f3b31b5ad2af935061d7ac6027d8154b8f48 [diff] |
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>