mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
Fix typo from 'mb_alloc' -> 'lmb_alloc'
Signed-off-by: Matthew McClintock <msm@freescale.com>
This commit is contained in:
parent
cdf1a2328a
commit
1bb5e9071f
@ -1274,7 +1274,7 @@ int boot_relocate_fdt (struct lmb *lmb, char **of_flat_tree, ulong *of_size)
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
of_start =
|
of_start =
|
||||||
(void *)(ulong) mb_alloc(lmb, of_len, 0x1000);
|
(void *)(ulong) lmb_alloc(lmb, of_len, 0x1000);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
of_start =
|
of_start =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user