Re: [U-Boot] [PATCH 08/15] bootm: refactor fdt locating and relocation code

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Move the code that handles finding a device tree blob and relocating > it (if needed) into common code so all arch's have access to it. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > common/cmd_bootm.c | 10 + > common/ima

[U-Boot] [PATCH 08/15] bootm: refactor fdt locating and relocation code

2008-08-15 Thread Kumar Gala
Move the code that handles finding a device tree blob and relocating it (if needed) into common code so all arch's have access to it. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- common/cmd_bootm.c | 10 + common/image.c | 502 incl