]> git.baikalelectronics.ru Git - uboot.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)
commitf62878eeded785acceab4f0702e8bcaa9683d3bf
treebbf6ed03d483c1eda76675add14096bc51d6d4d2
parent9ee976bf9df6dd0dc74b5d55bc3796cb2bde2aa4
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