]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf0cf5f1c591af99ee2dd403ae7676c7d2802a1f4
treefd2dc157bc698cb29c127b5847703f4b75a500a2
parent81f3c1ab9f93eb2f042f0ec9c523a6715b9807e3
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