Re: [U-Boot] [PATCH 13/20] drivers: Use new numeric setenv functions

2013-02-18 Thread Tom Rini
On Wed, Dec 26, 2012 at 10:57:06AM -0800, Simon Glass wrote: > Use setenv_ulong(), setenv_hex() and setenv_addr() in drivers/ > > Signed-off-by: Simon Glass > --- > fs/fs.c |4 +--- > fs/ubifs/ubifs.c |4 +--- fs/ not drivers/ -- Tom signature.asc Description: Digital signa

Re: [U-Boot] [PATCH 13/20] drivers: 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 drivers/ > > Signed-off-by: Simon Glass Applied to x86/master. > --- > fs/fs.c |4 +--- > fs/ubifs/ubifs.c |4 +--- > 2 files changed, 2 insertions(+), 6 deletions(-) _

[U-Boot] [PATCH 13/20] drivers: Use new numeric setenv functions

2012-12-26 Thread Simon Glass
Use setenv_ulong(), setenv_hex() and setenv_addr() in drivers/ Signed-off-by: Simon Glass --- fs/fs.c |4 +--- fs/ubifs/ubifs.c |4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/fs/fs.c b/fs/fs.c index 023e7ef..2c9f2c5 100644 --- a/fs/fs.c +++ b/fs/fs.c @@