summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2015-10-29 11:54:42 +0200
committerStefano Babic <sbabic@denx.de>2015-11-16 12:01:35 +0100
commit9bb4e9474281806986bc1c07f5f4b0ecc33d1bae (patch)
tree3dc5f17d93244acda43237519f81f5c23f334116 /include
parent870dd3095facaada8b671d55affc2d060355725f (diff)
downloadblackbird-obmc-uboot-9bb4e9474281806986bc1c07f5f4b0ecc33d1bae.tar.gz
blackbird-obmc-uboot-9bb4e9474281806986bc1c07f5f4b0ecc33d1bae.zip
splash_source: add support for filesystem formatted usb
Add support for loading splash image from USB drive formatted with a filesystem. Cc: Igor Grinberg <grinberg@compulab.co.il> Cc: Tom Rini <trini@konsulko.com> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
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 d1fba69325..b728bd62a7 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 {
OpenPOWER on IntegriCloud