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>
This commit is contained in:
committed by
Stefano Babic
parent
870dd3095f
commit
9bb4e94742
@@ -28,6 +28,7 @@ enum splash_storage {
|
||||
SPLASH_STORAGE_NAND,
|
||||
SPLASH_STORAGE_SF,
|
||||
SPLASH_STORAGE_MMC,
|
||||
SPLASH_STORAGE_USB,
|
||||
};
|
||||
|
||||
enum splash_flags {
|
||||
|
||||
Reference in New Issue
Block a user