Moved fdt command support code to fdt_support.c
[platform/kernel/u-boot.git] / cpu / mpc83xx / cpu.c
index 21b1646..aa4d9b1 100644 (file)
@@ -364,6 +364,7 @@ ft_cpu_setup(void *blob, bd_t *bd)
                        /*
                         * If unconditional create or the property already exists...
                         */
+                       err = 0;
                        if ((fixup_props[j].createflags & FT_CREATE) ||
                                (fdt_get_property(fdt, nodeoffset, fixup_props[j].prop, 0))) {
                                if (fixup_props[j].createflags & FT_BUSFREQ) {