]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: unshadow global working fdt variable
authorKim Phillips <kim.phillips@freescale.com>
Tue, 10 Jun 2008 16:06:17 +0000 (11:06 -0500)
committerGerald Van Baren <vanbaren@cideas.com>
Wed, 11 Jun 2008 02:23:17 +0000 (22:23 -0400)
commite489b9c078e22b0d9e75f002cd2a1bd967e88f5e
treef26ab715260f3d389a4ebc8e8af769af467bb325
parent2fb698bf50f4aff2485581a12fa634a07c040e4a
fdt: unshadow global working fdt variable

differentiate with local variables of the same name by renaming the
global 'fdt' variable 'working_fdt'.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
common/cmd_fdt.c
common/fdt_support.c
include/libfdt_env.h
lib_ppc/bootm.c