Re: [U-Boot] [PATCH 02/10] arm: Use getenv_ulong() in place of getenv(), strtoul

2011-10-23 Thread Simon Glass
Hi Wolfgang, On Sun, Oct 23, 2011 at 2:49 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1318552994-6653-3-git-send-email-...@chromium.org> you wrote: >> This changes the board code to use the new getenv_ulong() function. >> >> Signed-off-by: Simon Glass >> --- >>  arch/arm/lib/boa

Re: [U-Boot] [PATCH 02/10] arm: Use getenv_ulong() in place of getenv(), strtoul

2011-10-23 Thread Wolfgang Denk
Dear Simon Glass, In message <1318552994-6653-3-git-send-email-...@chromium.org> you wrote: > This changes the board code to use the new getenv_ulong() function. > > Signed-off-by: Simon Glass > --- > arch/arm/lib/board.c | 36 +++- > 1 files changed, 11 insert

Re: [U-Boot] [PATCH 02/10] arm: Use getenv_ulong() in place of getenv(), strtoul

2011-10-23 Thread Wolfgang Denk
Dear Simon Glass, In message <1318552994-6653-3-git-send-email-...@chromium.org> you wrote: > This changes the board code to use the new getenv_ulong() function. > > Signed-off-by: Simon Glass > --- > arch/arm/lib/board.c | 36 +++- > 1 files changed, 11 insert

[U-Boot] [PATCH 02/10] arm: Use getenv_ulong() in place of getenv(), strtoul

2011-10-13 Thread Simon Glass
This changes the board code to use the new getenv_ulong() function. Signed-off-by: Simon Glass --- arch/arm/lib/board.c | 36 +++- 1 files changed, 11 insertions(+), 25 deletions(-) diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index 1fe3751..c764844