On Saturday, September 17, 2011 06:48:41 PM Simon Glass wrote:
> We won't actually load an image with this architecture, but we still need
> to define it.
> 
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>  common/image.c  |    5 +++--
>  include/image.h |    3 +++
>  2 files changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/common/image.c b/common/image.c
> index d38ce4a..8283561 100644
> --- a/common/image.c
> +++ b/common/image.c
> @@ -1581,7 +1581,7 @@ int boot_get_fdt (int flag, int argc, char * const
> argv[], bootm_headers_t *imag goto error;
>               }
> 
> -             printf ("   Booting using the fdt blob at 0x%x\n", 
(int)fdt_blob);
> +             printf("   Booting using the fdt blob at 0x%p\n", fdt_blob);

Well this is a fix and the patch description doesn't match it.

Can you split it or something?

Cheers
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to