aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-07-18 13:08:05 +0000
committerJohn Rigby <john.rigby@linaro.org>2011-07-25 16:22:59 -0600
commit9a1d882b96a119fe3fffd2be294e82e99b732a06 (patch)
treebc320ff71e2ca7598f7667e411ddf4b33bda695f
parent8481c0d568ebceb6faaee9238e19c0acc542fb97 (diff)
Fix typo from 'mb_alloc' -> 'lmb_alloc'2011.07.2Linaro-u-boot-2011.07
Signed-off-by: Matthew McClintock <msm@freescale.com> (cherry picked from commit 1bb5e9071f7598eb83e2015a2e9dfbdc18a4314d)
-rw-r--r--common/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/image.c b/common/image.c
index c6cd85ef9..5c7d4f42f 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 =