]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootflow: Rename bootflow_flags_t
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 19:17:03 +0000 (12:17 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commit4f806f31fc29b30f06bd13abe44a1d3649d480e5
treee4d27f00d1b0815f778e562c8c4524fae442e881
parentfe7e9245c53e254526d3bbd6296d658596f41b48
bootflow: Rename bootflow_flags_t

These flags actually relate to the iterator, not the bootflow struct
itself. Rename them.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootdev-uclass.c
boot/bootflow.c
cmd/bootflow.c
doc/develop/bootstd.rst
include/bootflow.h
test/boot/bootdev.c
test/boot/bootflow.c