[PATCH v4 01/19] bootstd: Move bootflow-adding to bootstd

Simon Glass sjg at chromium.org
Thu Dec 5 20:56:14 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>
---

(no changes since v1)

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

Applied to ci/master, thanks!


More information about the U-Boot mailing list