]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
83xx: searching "muram-data" by compatible property
authorHeiko Schocher <hs@denx.de>
Fri, 24 Apr 2009 04:50:45 +0000 (06:50 +0200)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 24 Apr 2009 19:38:45 +0000 (14:38 -0500)
commit14b9308d511b53042ef478936e367a67282df66a
tree533071eedd5458d31ab4f24f3dbbce676e2ed278
parent8e15088794807944b221c11609d36789efc7f767
83xx: searching "muram-data" by compatible property

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-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
cpu/mpc83xx/fdt.c