]> git.baikalelectronics.ru Git - uboot.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)
commited4a24546410b6cda8d99843bf064cf2c89533d3
tree72710fc3ffb7aa06ebf4cf1baa306a8988cd0472
parentcd0fa0d293e6fc3b7aaaf61b550ed63304e470c0
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