]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: Use getenv_ulong() in place of getenv(), strtoul
authorSimon Glass <sjg@chromium.org>
Thu, 13 Oct 2011 14:43:06 +0000 (14:43 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 23 Oct 2011 21:33:17 +0000 (23:33 +0200)
commitdc8bbea0170eb2aca428ea221c91fc2e5e11f199
tree6208856668459cb0e077b3bf0b0d7cf2dfbc89b2
parent4a9b413108f4bd274973398356b45c0346238bc9
arm: 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/arm/lib/board.c