summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNikita Kiryanov <[email protected]>2015-10-29 11:54:42 +0200
committerStefano Babic <[email protected]>2015-11-16 12:01:35 +0100
commit9bb4e9474281806986bc1c07f5f4b0ecc33d1bae (patch)
tree3dc5f17d93244acda43237519f81f5c23f334116 /include
parent870dd3095facaada8b671d55affc2d060355725f (diff)
splash_source: add support for filesystem formatted usb
Add support for loading splash image from USB drive formatted with a filesystem. Cc: Igor Grinberg <[email protected]> Cc: Tom Rini <[email protected]> Signed-off-by: Nikita Kiryanov <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/splash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/splash.h b/include/splash.h
index d1fba693254..b728bd62a7d 100644
--- a/include/splash.h
+++ b/include/splash.h
@@ -28,6 +28,7 @@ enum splash_storage {
SPLASH_STORAGE_NAND,
SPLASH_STORAGE_SF,
SPLASH_STORAGE_MMC,
+ SPLASH_STORAGE_USB,
};
enum splash_flags {