]> git.dujemihanovic.xyz Git - u-boot.git/commit
vbe: Avoid a build failure when bloblist is not enabled
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:20 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:39 +0000 (18:11 -0500)
commitf1779f2cc3b91ccf2ebb1ec7fcd703c3a3d20cef
treebbf6ed03d483c1eda76675add14096bc51d6d4d2
parent67bb9731221a70e23d185b7de43dd27cc986fa00
vbe: Avoid a build failure when bloblist is not enabled

This needs to be able to work (at least partially) without the bloblist
active. Add a condition for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/vbe.c