]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Move do_fixup* for libfdt into common code
authorKumar Gala <galak@kernel.crashing.org>
Sun, 4 Nov 2007 00:46:28 +0000 (19:46 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 21 Nov 2007 20:01:49 +0000 (14:01 -0600)
commite93becf80d732b64aef81b23e8b6ece02c40533d
treec7c99b4514468b5332861bdcfb92a674d993971e
parentf738b4a75998f42a7408defadc9baac7a31c92db
Move do_fixup* for libfdt into common code

Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
into common/fdt_support.c and renamed:

do_fixup() -> do_fixup_by_path()
do_fixup_u32()  -> do_fixup_by_path_u32()

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
common/fdt_support.c
cpu/mpc5xxx/cpu.c
cpu/mpc8260/cpu.c
include/fdt_support.h