change to of MTD partition parsing
Kumar Gala
galak at kernel.crashing.org
Thu Aug 13 00:46:10 EST 2009
Ben,
The following commit breaks the previous definition of flash
partitions according to Documentation/powerpc/dts-bindings/mtd-
physmap.txt. Using the 'name' field is bad practice. What was going
on w/the SLOF case?
- k
commit 4b08e149c0e02e97ec49c2a31d14a0d3a02f8074
Author: Benjamin Krill <ben at codiert.org>
Date: Fri Jan 23 17:18:05 2009 +0100
[MTD] ofpart: Check name property to determine partition nodes.
SLOF has a further node which could not be evaluated
by the current routine. The current routine returns
because the node hasn't the required reg property. As
fix this patch adds a check to determine the partition
child nodes. If the node is not a partition the number
of total partitions will be decreased and loop continues
with the next nodes.
Signed-off-by: Benjamin Krill <ben at codiert.org>
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
More information about the Linuxppc-dev
mailing list