summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2015-10-29 11:54:43 +0200
committerStefano Babic <sbabic@denx.de>2015-11-16 12:01:35 +0100
commit50c2d2e120f10042d2241353b4e0d564fc5c3260 (patch)
tree58897b8bcf4afffbd4ee94f134d3876bba8f0b7e /include
parent9bb4e9474281806986bc1c07f5f4b0ecc33d1bae (diff)
downloadblackbird-obmc-uboot-50c2d2e120f10042d2241353b4e0d564fc5c3260.tar.gz
blackbird-obmc-uboot-50c2d2e120f10042d2241353b4e0d564fc5c3260.zip
splash_source: add support for filesystem formatted sata
Add support for loading splashimage from filesystem formatted sata storage. 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 b728bd62a7..f0755ca695 100644
--- a/include/splash.h
+++ b/include/splash.h
@@ -29,6 +29,7 @@ enum splash_storage {
SPLASH_STORAGE_SF,
SPLASH_STORAGE_MMC,
SPLASH_STORAGE_USB,
+ SPLASH_STORAGE_SATA,
};
enum splash_flags {
OpenPOWER on IntegriCloud