commit | d8bf49fa20bf1bf8b94e574a651e117da21a632c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 19 13:24:05 2021 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Dec 26 23:33:24 2021 +0100 |
tree | 3c240f9430256bebeab3ef3252c731e9eb35d89d | |
parent | 7a8555d871361a1e36152c25826359704c1e46de [diff] [blame] |
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>
diff --git a/include/splash.h b/include/splash.h index 7fd2de8..33e45e6 100644 --- a/include/splash.h +++ b/include/splash.h
@@ -30,6 +30,7 @@ SPLASH_STORAGE_MMC, SPLASH_STORAGE_USB, SPLASH_STORAGE_SATA, + SPLASH_STORAGE_VIRTIO, }; enum splash_flags {