commit | dcf6fd7a00e32e98734f0f3ec7eb87f87f08aece | [log] [tgz] |
---|---|---|
author | Matthew McClintock <msm@freescale.com> | Mon Jul 18 13:08:05 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jul 19 10:38:33 2011 +0200 |
tree | 59dd2fd846fd474b82aecc3ce538890e6a5c3d49 | |
parent | 8a974fd080b7dce3495d0cd948f4ec04a08177e5 [diff] |
Fix typo from 'mb_alloc' -> 'lmb_alloc' Signed-off-by: Matthew McClintock <msm@freescale.com>
diff --git a/common/image.c b/common/image.c index c6cd85e..5c7d4f4 100644 --- a/common/image.c +++ b/common/image.c
@@ -1274,7 +1274,7 @@ } } else { of_start = - (void *)(ulong) mb_alloc(lmb, of_len, 0x1000); + (void *)(ulong) lmb_alloc(lmb, of_len, 0x1000); } } else { of_start =