From 1cb075c6c6ce1a46c3423e63013686e74457275c Mon Sep 17 00:00:00 2001 From: Eran Matityahu Date: Tue, 7 Jun 2016 10:38:37 +0300 Subject: splash_source: add support for ubifs formatted nand Add support for loading splash image from NAND Flash formatted with a (UBI) filesystem. Signed-off-by: Eran Matityahu Cc: Heiko Schocher Cc: Igor Grinberg Cc: Tom Rini Cc: Nikita Kiryanov Cc: Stefano Babic Acked-by: Nikita Kiryanov --- include/splash.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/splash.h b/include/splash.h index f0755ca695f..25df1cf5ad8 100644 --- a/include/splash.h +++ b/include/splash.h @@ -43,6 +43,8 @@ struct splash_location { enum splash_flags flags; u32 offset; /* offset from start of storage */ char *devpart; /* Use the load command dev:part conventions */ + char *mtdpart; /* MTD partition for ubi part */ + char *ubivol; /* UBI volume-name for ubifsmount */ }; int splash_source_load(struct splash_location *locations, uint size); -- cgit v1.3.1