Re: [U-Boot] fdt_resize() bug caused WARNING: could not set linux, initrd-start FDT_ERR_NOSPACE.

2010-07-08 Thread Timur Tabi
On Wed, Jun 23, 2010 at 1:20 PM, Wang, Feng fwan...@harris.com wrote: My fix is in fdt_resize(), leave at least 4 fdt_reserve_entry for initrd. So instead of 2*sizeof(struct fdt_reserve_entry) for actual_totalsize, use 5*sizeof(struc fdt_reserve_entry). You could also use the -R parameter when

[U-Boot] fdt_resize() bug caused WARNING: could not set linux, initrd-start FDT_ERR_NOSPACE.

2010-06-23 Thread Wang, Feng
Hello, This is Feng Wang from Harris Corp. I am new to the mailing list. I have been using u-boot for half year now, and just found a bug in the libfdt support for PowerPC. Not sure if that's the way to report a bug fix. What I got is an error: WARNING: could not set linux,initrd-start