Skip to content
Snippets Groups Projects
Commit b3606f14 authored by Timur Tabi's avatar Timur Tabi Committed by Gerald Van Baren
Browse files

fdt: add prototype for fdt_increase_size()


Add a prototype for fdt_increase_size() so that anyone can call it.

Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
parent bb682001
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ void ft_pci_setup(void *blob, bd_t *bd);
void set_working_fdt_addr(void *addr);
int fdt_resize(void *blob);
int fdt_increase_size(void *fdt, int add_len);
int fdt_fixup_nor_flash_size(void *blob);
......
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