]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Avoid calling unavailable block functions
authorSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 22:27:28 +0000 (16:27 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:22 +0000 (14:10 -0600)
commitaa0b3e6ef405c01063298cf3c990ae490a673e5e
treedac8cf212378ef9c028b07206fe98a99b3f60607
parent8c3e44d307e34ea8efe524e3b5c0bac79f22f280
bootstd: Avoid calling unavailable block functions

When BLK is not enabled but BOOTSTD is, some features of standard boot
become unavailable. Add a check for this in the only site that is
currently apparent.

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