commit | e93becf80d732b64aef81b23e8b6ece02c40533d | [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 | f738b4a75998f42a7408defadc9baac7a31c92db [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>