Re: [PATCH 087/171] Correct SPL uses of FASTBOOT_FLASH_MMC

2023-01-31 Thread Mattijs Korpershoek
On Mon, Jan 30, 2023 at 07:42, Simon Glass wrote: > This converts 5 usages of this option to the non-SPL form, since there is > no SPL_FASTBOOT_FLASH_MMC defined in Kconfig > > Signed-off-by: Simon Glass Reviewed-by: Mattijs Korpershoek > --- > > drivers/fastboot/fb_command.c | 4 ++-- > dri

[PATCH 087/171] Correct SPL uses of FASTBOOT_FLASH_MMC

2023-01-30 Thread Simon Glass
This converts 5 usages of this option to the non-SPL form, since there is no SPL_FASTBOOT_FLASH_MMC defined in Kconfig Signed-off-by: Simon Glass --- drivers/fastboot/fb_command.c | 4 ++-- drivers/fastboot/fb_common.c | 2 +- drivers/fastboot/fb_getvar.c | 4 ++-- 3 files changed, 5 insertio