Re: [U-Boot] [PATCH 09/15] bootm: Set working fdt address as part of the bootm flow

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Set the fdt working address so "fdt FOO" commands can be used as part > of the bootm flow. Also set an the environment variable "fdtaddr" > with the value. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > common/cmd_bootm.c

[U-Boot] [PATCH 09/15] bootm: Set working fdt address as part of the bootm flow

2008-08-15 Thread Kumar Gala
Set the fdt working address so "fdt FOO" commands can be used as part of the bootm flow. Also set an the environment variable "fdtaddr" with the value. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- common/cmd_bootm.c|8 common/cmd_fdt.c | 14 +- common/ima