diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2015-10-29 11:54:42 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-11-16 12:01:35 +0100 |
commit | 9bb4e9474281806986bc1c07f5f4b0ecc33d1bae (patch) | |
tree | 3dc5f17d93244acda43237519f81f5c23f334116 /include/splash.h | |
parent | 870dd3095facaada8b671d55affc2d060355725f (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 <grinberg@compulab.co.il>
Cc: Tom Rini <trini@konsulko.com>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Diffstat (limited to 'include/splash.h')
-rw-r--r-- | include/splash.h | 1 |
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 { |