
12 Aug
2010
12 Aug
'10
1:52 p.m.
On 2010/08/12 1:43 PM, Stefan Roese wrote:
This patch moves some MTD related defines and prototypes from a jffs2 header to an MTD header. This makes it possible to remove this jffs2 header inclusion from some files without jffs2 relevance.
Signed-off-by: Stefan Roesesr@denx.de Cc: Alexander Steinalexander.stein@systec-electronic.com
Just two comments.
+struct part_info {
- struct list_head link;
- char *name; /* partition name */
- u8 auto_name; /* set to 1 for generated name */
- u32 size; /* total size of the partition */
- u32 offset; /* offset within device */
- void *jffs2_priv; /* used internaly by jffs2 */
Should this really be in here? Seems we are mixing things up still.
/* XXX U-BOOT XXX */ #if 0 struct mtd_notifier {
What's up with "#if 0" code in the src?
Rogan