]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Fix typo from 'mb_alloc' -> 'lmb_alloc'
authorMatthew McClintock <msm@freescale.com>
Mon, 18 Jul 2011 13:08:05 +0000 (13:08 +0000)
committerJagan <jaganna@xilinx.com>
Fri, 13 Jul 2012 09:33:22 +0000 (15:03 +0530)
Signed-off-by: Matthew McClintock <msm@freescale.com>
common/image.c

index f378d1e85510ef3c6ddd777b6fd6b3ac09e64ac8..96f461f5791ca9d39b40b0371d245787f9dcf0f5 100644 (file)
@@ -1274,7 +1274,7 @@ int boot_relocate_fdt (struct lmb *lmb, char **of_flat_tree, ulong *of_size)
                        }
                } else {
                        of_start =
-                           (void *)(ulong) mb_alloc(lmb, of_len, 0x1000);
+                           (void *)(ulong) lmb_alloc(lmb, of_len, 0x1000);
                }
        } else {
                of_start =