Re: [PATCH] fdtput: expand fdt if value does not fit.

2013-04-19 Thread Srinivas KANDAGATLA
On 19/04/13 01:56, David Gibson wrote: > On Mon, Apr 15, 2013 at 07:36:50AM +0100, Srinivas KANDAGATLA wrote: >> From: Srinivas Kandagatla >> >> If you try to insert a new node or extend a property with large value, >> using fdtput you will notice that it always fails. >> >> example: >> fdtput -v

Re: [PATCH] fdtput: expand fdt if value does not fit.

2013-04-18 Thread David Gibson
On Mon, Apr 15, 2013 at 07:36:50AM +0100, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla > > If you try to insert a new node or extend a property with large value, > using fdtput you will notice that it always fails. > > example: > fdtput -v -p -ts ./tst.dtb "/node-1" "property-1" "value

[PATCH] fdtput: expand fdt if value does not fit.

2013-04-14 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla If you try to insert a new node or extend a property with large value, using fdtput you will notice that it always fails. example: fdtput -v -p -ts ./tst.dtb "/node-1" "property-1" "value-1 Error at 'node-1': FDT_ERR_NOSPACE or fdtput -v -c ./tst.dtb "/node-1" Error a