Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-09 | MTD: Fix problem based on non-working relocation (list head mtd_partitions) | Stefan Roese | |
Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon first call of add_mtd_partitions(). Otherwise this won't work on platforms where the relocation is broken (like MIPS or PPC). Signed-off-by: Stefan Roese <sr@denx.de> | |||
2008-11-19 | MTD: Add MTD paritioning infrastructure | Kyungmin Park | |
This MTD part infrastructure will be used by the upcoming UBI support. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Stefan Roese <sr@denx.de> |