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

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

[U-Boot] [PATCH 03/10] avr32: 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 s...@chromium.org --- arch/avr32/lib/board.c | 16 +++- 1 files changed, 3 insertions(+), 13 deletions(-) diff --git a/arch/avr32/lib/board.c b/arch/avr32/lib/board.c index