Home
last modified time | relevance | path

Searched hist:"9 def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdpart.c9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4 Thu Nov 27 13:05:15 UTC 2008 Stefan Roese <sr@denx.de> 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>