]> git.dujemihanovic.xyz Git - u-boot.git/commit
Correct SPL use of FASTBOOT_MMC_USER_SUPPORT
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:39:56 +0000 (15:39 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:26 +0000 (16:32 -0500)
commit0d9da97daae6aa8f9cb1e9ae9f989e9a0c2cc8f1
tree8b00a2a80272b6cce00c86cfe8f90723cc0cf7bb
parent64d6bfb660dbb1e29259ef141535c8d68dada2e5
Correct SPL use of FASTBOOT_MMC_USER_SUPPORT

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

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/fastboot/fb_mmc.c