Re: [PATCH 088/171] Correct SPL uses of FASTBOOT_FLASH_NAND

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

[PATCH 088/171] Correct SPL uses of FASTBOOT_FLASH_NAND

2023-01-30 Thread Simon Glass
This converts 3 usages of this option to the non-SPL form, since there is no SPL_FASTBOOT_FLASH_NAND defined in Kconfig Signed-off-by: Simon Glass --- drivers/fastboot/fb_command.c | 4 ++-- drivers/fastboot/fb_getvar.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dri