]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
avr32: Use getenv_ulong() in place of getenv(), strtoul
authorSimon Glass <sjg@chromium.org>
Thu, 13 Oct 2011 14:43:07 +0000 (14:43 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 23 Oct 2011 21:33:17 +0000 (23:33 +0200)
commiteb68b41d5a72abf8b0edb6d1128f4b94c21cd576
tree8bc73286bfcfd7cf3a539fd4a3737c9e62d7e61e
parentdc8bbea0170eb2aca428ea221c91fc2e5e11f199
avr32: Use getenv_ulong() in place of getenv(), strtoul

This changes the board code to use the new getenv_ulong() function.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/avr32/lib/board.c