summaryrefslogtreecommitdiff
path: root/include/splash.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-19 13:24:05 -0700
committerAnatolij Gustschin <agust@denx.de>2021-12-26 23:33:24 +0100
commitd8bf49fa20bf1bf8b94e574a651e117da21a632c (patch)
tree3c240f9430256bebeab3ef3252c731e9eb35d89d /include/splash.h
parent7a8555d871361a1e36152c25826359704c1e46de (diff)
video: Support virtio devices with the splash screen
This is useful for showing a logo when booting from qemu. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/splash.h')
-rw-r--r--include/splash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/splash.h b/include/splash.h
index 7fd2de8fea..33e45e6941 100644
--- a/include/splash.h
+++ b/include/splash.h
@@ -30,6 +30,7 @@ enum splash_storage {
SPLASH_STORAGE_MMC,
SPLASH_STORAGE_USB,
SPLASH_STORAGE_SATA,
+ SPLASH_STORAGE_VIRTIO,
};
enum splash_flags {