From: Matthew McClintock Date: Mon, 18 Jul 2011 13:08:05 +0000 (+0000) Subject: Fix typo from 'mb_alloc' -> 'lmb_alloc' X-Git-Tag: v2011.09-rc1~218 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1bb5e9071f7598eb83e2015a2e9dfbdc18a4314d;p=u-boot Fix typo from 'mb_alloc' -> 'lmb_alloc' Signed-off-by: Matthew McClintock --- diff --git a/common/image.c b/common/image.c index c6cd85ef91..5c7d4f42f3 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 =