]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Refactor mmc prep to allow a different scan
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:14:37 +0000 (19:14 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 15 Nov 2023 03:04:00 +0000 (20:04 -0700)
commitbaea7ec6a63e38bd4a5815c6cafded972a91c148
treed0e25e57701ac0140ed09bf5f755f9664fb96183
parenta75cf70d23ac8d4dbccf13f0a9589aaf6a552bff
bootstd: Refactor mmc prep to allow a different scan

Adjust scan_mmc4_bootdev() and related function so that the caller can
do its own 'bootflow scan' command. This allows it to change the flags
if needed.

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