projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf1a23
)
Fix typo from 'mb_alloc' -> 'lmb_alloc'
author
Matthew McClintock
<msm@freescale.com>
Mon, 18 Jul 2011 13:08:05 +0000
(13:08 +0000)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 19 Jul 2011 08:38:33 +0000
(10:38 +0200)
Signed-off-by: Matthew McClintock <msm@freescale.com>
common/image.c
patch
|
blob
|
history
diff --git
a/common/image.c
b/common/image.c
index
c6cd85e
..
5c7d4f4
100644
(file)
--- 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)
l
mb_alloc(lmb, of_len, 0x1000);
}
} else {
of_start =