Re: [PATCH v3 02/19] bootstd: Move bootflow-clearing to bootstd

2024-11-04 Thread Heinrich Schuchardt
On 11/4/24 18:50, Simon Glass wrote: This relates to more than just the bootdev, since there is a global list of bootflows. Move the function to the bootstd file and rename it. Signed-off-by: Simon Glass Acked-by: Heinrich Schuchardt --- (no changes since v1) boot/bootdev-uclass.c | 19

[PATCH v3 02/19] bootstd: Move bootflow-clearing to bootstd

2024-11-04 Thread Simon Glass
This relates to more than just the bootdev, since there is a global list of bootflows. Move the function to the bootstd file and rename it. Signed-off-by: Simon Glass --- (no changes since v1) boot/bootdev-uclass.c | 19 +-- boot/bootstd-uclass.c | 15 +++ cmd/bootf