summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-06-17 09:33:06 -0400
committerTom Rini <trini@konsulko.com>2016-06-17 09:33:06 -0400
commit232d77e7238e41779f952094b302c47caea4d159 (patch)
treebf8e2abb033786be41b02990be70b43aa344ea98 /include
parent1736121b24f0cf05b08bac03035b9d34d52a5d99 (diff)
parent1cb075c6c6ce1a46c3423e63013686e74457275c (diff)
downloadu-boot-imx-232d77e7238e41779f952094b302c47caea4d159.zip
u-boot-imx-232d77e7238e41779f952094b302c47caea4d159.tar.gz
u-boot-imx-232d77e7238e41779f952094b302c47caea4d159.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-ubi
Diffstat (limited to 'include')
-rw-r--r--include/splash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/splash.h b/include/splash.h
index f0755ca..25df1cf 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);