]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
authorJerry Van Baren <gvb.uboot@gmail.com>
Thu, 5 Jul 2007 01:27:30 +0000 (21:27 -0400)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 10 Aug 2007 06:12:03 +0000 (01:12 -0500)
commit26d02c9bbac1751c5e19294f000100b48d43a920
tree0e54fdfc94ee0c3fd33e8d6861625700b58e12ae
parent9be39a67c9f8fef7107f5df09d673005f04d0963
mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().

The new name matches more closely the kernel's name, which is also
a much better description.

These are the mpc83xx changes made necessary by the function name change.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Acked-by: Gerald Van Baren <vanbaren@cideas.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
board/mpc8360emds/mpc8360emds.c
board/mpc8360emds/pci.c
cpu/mpc83xx/cpu.c