mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
fdt: add prototype for fdt_increase_size()
Add a prototype for fdt_increase_size() so that anyone can call it. Signed-off-by: Timur Tabi <timur@freescale.com>
This commit is contained in:
parent
bb682001f1
commit
b3606f141e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue