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

Simon Glass sjg at chromium.org
Thu Dec 5 20:56:10 CET 2024


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 <sjg at chromium.org>
Acked-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---

(no changes since v1)

 boot/bootdev-uclass.c | 19 +++++--------------
 boot/bootstd-uclass.c | 15 +++++++++++++++
 cmd/bootflow.c        |  2 +-
 include/bootdev.h     | 10 ----------
 include/bootstd.h     | 10 ++++++++++
 5 files changed, 31 insertions(+), 25 deletions(-)

Applied to ci/master, thanks!


More information about the U-Boot mailing list