Re: [U-Boot] [PATCH] Fix number base handling of "load" command

2013-10-07 Thread Tom Rini
On Sat, Oct 05, 2013 at 09:07:25PM +0200, Wolfgang Denk wrote: > A documented, almost all U-Boot commands expect numbers to be entered > in hexadecimal input format. (Exception: for historical reasons, the > "sleep" command takes its argument in decimal input format.) > > This rule was broken for

Re: [U-Boot] [PATCH] Fix number base handling of "load" command

2013-10-07 Thread Wolfgang Denk
Dear Stephen, In message <5252ddd4.8030...@wwwdotorg.org> you wrote: > On 10/05/2013 01:07 PM, Wolfgang Denk wrote: > > A documented, almost all U-Boot commands expect numbers to be entered Thanks for pointing out. > s/A/As/ (btw, where?) In TFM, section "5.9. U-Boot Command Line Interface", no

Re: [U-Boot] [PATCH] Fix number base handling of "load" command

2013-10-07 Thread Stephen Warren
On 10/05/2013 01:07 PM, Wolfgang Denk wrote: > A documented, almost all U-Boot commands expect numbers to be entered s/A/As/ (btw, where?) > in hexadecimal input format. (Exception: for historical reasons, the > "sleep" command takes its argument in decimal input format.) > > This rule was broke

[U-Boot] [PATCH] Fix number base handling of "load" command

2013-10-05 Thread Wolfgang Denk
A documented, almost all U-Boot commands expect numbers to be entered in hexadecimal input format. (Exception: for historical reasons, the "sleep" command takes its argument in decimal input format.) This rule was broken for the "load" command; for details please see especially commits 045fa1e "fs