diff options
author | Tom Rini <trini@konsulko.com> | 2016-06-17 09:33:06 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-17 09:33:06 -0400 |
commit | 232d77e7238e41779f952094b302c47caea4d159 (patch) | |
tree | bf8e2abb033786be41b02990be70b43aa344ea98 /include | |
parent | 1736121b24f0cf05b08bac03035b9d34d52a5d99 (diff) | |
parent | 1cb075c6c6ce1a46c3423e63013686e74457275c (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-ubi
Diffstat (limited to 'include')
-rw-r--r-- | include/splash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/splash.h b/include/splash.h index f0755ca695..25df1cf5ad 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); |