commit | 7e64cf89ade8fa8b13247fae7e633b62e6e0dc43 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Sat Nov 03 19:46:28 2007 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Nov 21 14:01:49 2007 -0600 |
tree | c7c99b4514468b5332861bdcfb92a674d993971e | |
parent | 51ab7f9a62601458b2c60ddac9e453483aa682ce [diff] |
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>