commit | 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Nov 27 14:05:15 2008 +0100 |
committer | Stefan Roese <sr@denx.de> | Tue Dec 09 10:07:23 2008 +0100 |
tree | 2c28e1e5d5ad3dbfc5414619145e3f59c4844ad0 | |
parent | 13d36ec849785453953d00220b2c7dc66644a3c2 [diff] |
MTD: Fix problem based on non-working relocation (list head mtd_partitions) 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>