bootstd: Drop the system bootdev
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:29 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:17:11 +0000 (08:17 -0400)
commit2ff5490d7dee933eaf0b73d4d50d76660e5da6ff
treefd2dc157bc698cb29c127b5847703f4b75a500a2
parentbd18b69de10d1a681e760f2ee65b3de29d3006fd
bootstd: Drop the system bootdev

This was a work-around for the fact that global bootmeths such as EFI
bootmgr and VBE don't use a particular bootdev, or at least select it
themselves so that we don't need to scan all bootdevs when using that
bootmeth.

Drop the system bootdev entirely.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Makefile
boot/bootstd-uclass.c
boot/system_bootdev.c [deleted file]
test/boot/bootflow.c