Re: [U-Boot] [PATCH] 83xx: searching "muram-data" by compatible property

2009-04-24 Thread Kim Phillips
On Fri, 24 Apr 2009 06:50:45 +0200 Heiko Schocher wrote: > if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU > in the muram-data node, the reg entry needs to be updated. > This is done in fdt_fixup_muram(), but we should use > the compatible "fsl,qe-muram-data" for searching the > node ins

[U-Boot] [PATCH] 83xx: searching "muram-data" by compatible property

2009-04-23 Thread Heiko Schocher
if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU in the muram-data node, the reg entry needs to be updated. This is done in fdt_fixup_muram(), but we should use the compatible "fsl,qe-muram-data" for searching the node instead of searching the muram-data node with an absolute path. Signed-