Re: [PATCH v3 2/5] bootstd: Add bootflow_iter_check_mmc() helper

2024-07-13 Thread Simon Glass
On Wed, 10 Jul 2024 at 09:40, Mattijs Korpershoek wrote: > > Some bootflows might be able to only boot from MMC devices. > > Add a helper function these bootflows can use. > > Reviewed-by: Igor Opaniuk > Reviewed-by: Julien Masson > Reviewed-by: Guillaume La Roque > Tested-by: Guillaume La Roqu

[PATCH v3 2/5] bootstd: Add bootflow_iter_check_mmc() helper

2024-07-10 Thread Mattijs Korpershoek
Some bootflows might be able to only boot from MMC devices. Add a helper function these bootflows can use. Reviewed-by: Igor Opaniuk Reviewed-by: Julien Masson Reviewed-by: Guillaume La Roque Tested-by: Guillaume La Roque Signed-off-by: Mattijs Korpershoek --- boot/bootflow.c| 12 ++