libfdt: Move the working_fdt pointer to cmd_fdt.c
authorGerald Van Baren <vanbaren@cideas.com>
Wed, 11 Jun 2008 02:15:58 +0000 (22:15 -0400)
committerGerald Van Baren <vanbaren@cideas.com>
Wed, 11 Jun 2008 02:23:23 +0000 (22:23 -0400)
commitae9e97fa96f643c8ba2b666b06a026cc8717eb00
treeec8e66306bc821bd3f4d61b44e0365ff77df5156
parente489b9c078e22b0d9e75f002cd2a1bd967e88f5e
libfdt: Move the working_fdt pointer to cmd_fdt.c

The working_fdt pointer was declared in common/fdt_support.c but was
not used there.  Move it to common/cmd_fdt.c where it is used (it is
also used in lib_ppc/bootm.c).

Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
common/cmd_fdt.c
common/fdt_support.c