diff --git a/common/image.c b/common/image.c index c6cd85ef9139c4ddf7a99110fa717bac254fdf71..5c7d4f42f31e224abe4e1d836ae5b21047193815 100644 --- a/common/image.c +++ b/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 =