Skip to content
Snippets Groups Projects
Commit 1bb5e907 authored by Matthew McClintock's avatar Matthew McClintock Committed by Wolfgang Denk
Browse files

Fix typo from 'mb_alloc' -> 'lmb_alloc'

parent cdf1a232
No related branches found
No related tags found
No related merge requests found
...@@ -1274,7 +1274,7 @@ int boot_relocate_fdt (struct lmb *lmb, char **of_flat_tree, ulong *of_size) ...@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment