Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ubifs: Add functions for generic fs use | Hans de Goede | 2015-10-24 | -0/+4 |
| | | | | | | | | Implement the necessary functions for implementing generic fs support for ubifs. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Heiko Schocher <hs@denx.de> | |||
* | ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use | Hans de Goede | 2015-10-24 | -0/+28 |
Modify the ubifs u-boot wrapper function prototypes for generic fs use, and give them their own header file. This is a preparation patch for adding ubifs support to the generic fs code from fs/fs.c. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Heiko Schocher <hs@denx.de> |