]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Allow iterating to the next label in a list
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:48:10 +0000 (10:48 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:41 +0000 (18:11 -0500)
commit39a586418de7215e0c0edb64584683a215afd326
tree6e416edec8454b22ebc3c459898b56742b857c40
parentf9458918c538e763eae265466eba2569355c1eb2
bootstd: Allow iterating to the next label in a list

Add a function which moves to the next label in a list of labels. This
allows processing the boot_targets environment variable.

This works using a new label list in the bootflow iterator. The logic to
set this up is included in a subsequent commit.

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