commit | bbbd018317415182eca9283764577b2fe32fcaac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:20 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:39 2023 -0500 |
tree | bbf6ed03d483c1eda76675add14096bc51d6d4d2 | |
parent | b9d1ad55075ffa22e43ad2cfe0d450e9c6add7fe [diff] |
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>