]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Drop the old bootflow_scan_first()
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:48:16 +0000 (10:48 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:41 +0000 (18:11 -0500)
commit4b7cb058df35222632efa3f71aad63757b226440
tree72710fc3ffb7aa06ebf4cf1baa306a8988cd0472
parent91943ff7038f9c47fb310dbc22150b5664c8fbf7
bootstd: Drop the old bootflow_scan_first()

This function is not used outside tests. Drop it and rename
bootflow_scan_dev() since it is how we start a scan now.

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