Explorar o código

Fix typo from 'mb_alloc' -> 'lmb_alloc'

Signed-off-by: Matthew McClintock <msm@freescale.com>
Matthew McClintock %!s(int64=13) %!d(string=hai) anos
pai
achega
1bb5e9071f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/image.c

+ 1 - 1
common/image.c

@@ -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 =