diff mbox

[U-Boot,1/2] fdt: add prototype for fdt_increase_size()

Message ID 1304447711-14467-1-git-send-email-timur@freescale.com
State Accepted
Commit b3606f141e56df972b5caf5e2316d652f0089ee6
Delegated to: Jerry Van Baren
Headers show

Commit Message

Timur Tabi May 3, 2011, 6:35 p.m. UTC
Add a prototype for fdt_increase_size() so that anyone can call it.

Signed-off-by: Timur Tabi <timur@freescale.com>
---
 include/fdt_support.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Kumar Gala July 14, 2011, 1:32 p.m. UTC | #1
On May 3, 2011, at 1:35 PM, Timur Tabi wrote:

> Add a prototype for fdt_increase_size() so that anyone can call it.
> 
> Signed-off-by: Timur Tabi <timur@freescale.com>
> ---
> include/fdt_support.h |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)

Jerry,

Any comments on this?

- k
Jerry Van Baren July 14, 2011, 1:49 p.m. UTC | #2
Hi Kumar, Timur,

On 07/14/2011 09:32 AM, Kumar Gala wrote:
>
> On May 3, 2011, at 1:35 PM, Timur Tabi wrote:
>
>> Add a prototype for fdt_increase_size() so that anyone can call it.
>>
>> Signed-off-by: Timur Tabi<timur@freescale.com>
>> ---
>> include/fdt_support.h |    1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> Jerry,
>
> Any comments on this?
>
> - k

I put it in my todo list on patchworks.

gvb
Jerry Van Baren July 15, 2011, 2:57 a.m. UTC | #3
On 05/03/2011 02:35 PM, Timur Tabi wrote:
> Add a prototype for fdt_increase_size() so that anyone can call it.
>
> Signed-off-by: Timur Tabi<timur@freescale.com>
> ---
>   include/fdt_support.h |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)

Applied to u-boot-fdt.

Thanks,
gvb
diff mbox

Patch

diff --git a/include/fdt_support.h b/include/fdt_support.h
index ce6817b..7333c0c 100644
--- a/include/fdt_support.h
+++ b/include/fdt_support.h
@@ -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);