]> git.baikalelectronics.ru Git - uboot.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)
commitaf67531bcdf3e3b6ec8398c57ffe524a7ee75a6d
treee4d27f00d1b0815f778e562c8c4524fae442e881
parentfa36c3fd50d2e587431852fa96d1022453b31da3
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