Re: [U-Boot] [PATCH 12/15] fdt: refactor fdt resize code

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Move the fdt resizing code out of ppc specific boot code and into > common fdt support code. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > common/fdt_support.c | 39 +++ > include/fdt_

[U-Boot] [PATCH 12/15] fdt: refactor fdt resize code

2008-08-15 Thread Kumar Gala
Move the fdt resizing code out of ppc specific boot code and into common fdt support code. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- common/fdt_support.c | 39 +++ include/fdt_support.h |1 + lib_ppc/bootm.c | 32 -