Re: [U-Boot] [PATCH 12/20] common: Use new numeric setenv functions

2013-02-24 Thread Simon Glass
Hi Tom, On Sun, Feb 24, 2013 at 12:53 PM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02/24/2013 12:45 PM, Simon Glass wrote: >> Hi Tom, >> >> On Mon, Feb 18, 2013 at 2:08 PM, Tom Rini wrote: >>> On Wed, Dec 26, 2012 at 10:57:05AM -0800, Simon Glass wrote: >>> U

Re: [U-Boot] [PATCH 12/20] common: Use new numeric setenv functions

2013-02-24 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/24/2013 12:45 PM, Simon Glass wrote: > Hi Tom, > > On Mon, Feb 18, 2013 at 2:08 PM, Tom Rini wrote: >> On Wed, Dec 26, 2012 at 10:57:05AM -0800, Simon Glass wrote: >> >>> Use setenv_ulong(), setenv_hex() and setenv_addr() in common/ >>> >>> S

Re: [U-Boot] [PATCH 12/20] common: Use new numeric setenv functions

2013-02-24 Thread Simon Glass
Hi Tom, On Mon, Feb 18, 2013 at 2:08 PM, Tom Rini wrote: > On Wed, Dec 26, 2012 at 10:57:05AM -0800, Simon Glass wrote: > >> Use setenv_ulong(), setenv_hex() and setenv_addr() in common/ >> >> Signed-off-by: Simon Glass > [snip] >> diff --git a/common/cmd_fdos.c b/common/cmd_fdos.c >> index fbee

Re: [U-Boot] [PATCH 12/20] common: Use new numeric setenv functions

2013-02-18 Thread Tom Rini
On Wed, Dec 26, 2012 at 10:57:05AM -0800, Simon Glass wrote: > Use setenv_ulong(), setenv_hex() and setenv_addr() in common/ > > Signed-off-by: Simon Glass [snip] > diff --git a/common/cmd_fdos.c b/common/cmd_fdos.c > index fbee861..5a35cc1 100644 > --- a/common/cmd_fdos.c > +++ b/common/cmd_fdo

Re: [U-Boot] [PATCH 12/20] common: Use new numeric setenv functions

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > Use setenv_ulong(), setenv_hex() and setenv_addr() in common/ > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/cmd_bootm.c| 11 +++ > common/cmd_cbfs.c |4 +--- > common/cmd_cramfs.c |4 +---

[U-Boot] [PATCH 12/20] common: Use new numeric setenv functions

2012-12-26 Thread Simon Glass
Use setenv_ulong(), setenv_hex() and setenv_addr() in common/ Signed-off-by: Simon Glass --- common/cmd_bootm.c| 11 +++ common/cmd_cbfs.c |4 +--- common/cmd_cramfs.c |4 +--- common/cmd_fdos.c |4 +--- common/cmd_jffs2.c|4 +--- common/cmd_load.c