[U-Boot] [PATCH] Improve output of bootm command

Andrew Murray amurray at theiet.org
Sat Sep 10 17:14:25 CEST 2011


Hi,

On 10 September 2011 16:06, Wolfgang Denk <wd at denx.de> wrote:

> Sorry, but I don't want to have this output.  It would be always be
> printed for all systems booting from NOR flash, where the copy
> operation is absolutely normal.
>
> Also, on all PowerPC systems it is absolutely normal that you must
> load the image to a different address in RAM, because otherwise you
> would overwrite the exception vectors and thus crash U-Boot.
>
> What you are trying to "warn" about is an absolutely normal use case,
> and there is no reason for additional output.
>
> Yes, there may be systems that could work more efficiently, but there
> are many areas where you can optimize (starting with the Linux image
> building).
>

Yes I understand your point but perhaps my description was not very useful.

The patch doesn't add any additional messages or output or anything which
indicates something is not ideal. Instead it renames the exiting 'Loading'
text to a arguably more descriptive 'Moving' text - and removes the message
all together when the move operation doesn't occur.

Thanks,

Andrew Murray


More information about the U-Boot mailing list