commit | cd7d8e846534dc443eb73cb519c6f9afd551266c | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Tue May 03 13:35:10 2011 -0500 |
committer | Gerald Van Baren <gvb@unssw.com> | Thu Jul 14 21:43:40 2011 -0400 |
tree | 34a4c0f69525682067c2376e3656b66208c44924 | |
parent | 8ebaf20d814adb8c9f80cbcf96a2c03e27901f02 [diff] [blame] |
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>
diff --git a/include/fdt_support.h b/include/fdt_support.h index cefc990..382f632 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h
@@ -79,6 +79,7 @@ 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);