[U-Boot] [PATCH 2/3] libfdt: make fdt_increase_size() available to everyone
Timur Tabi
timur at freescale.com
Mon May 10 23:30:03 CEST 2010
On Mon, May 10, 2010 at 4:26 PM, Timur Tabi <timur at freescale.com> wrote:
> The function fdt_increase_size() increases the size of the device tree by the
> given amount. This is useful for any code that wants to add a node or large
> property, to avoid the possibility of running out of space. It's much smarter
> to have U-Boot increase the size of device tree when it knows it's going to
> add data, instead of hoping that the DTS was compiled with the right -p value.
>
> Signed-off-by: Timur Tabi <timur at freescale.com>
Please ignore the "2/3". This patch is not part of a series.
Wolfgang, we have code (not yet ready to be published) that needs this
change. Please apply if you don't have any objections.
--
Timur Tabi
Linux kernel developer at Freescale
More information about the U-Boot
mailing list