]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: Use getenv_ulong() in place of getenv(), strtoul
authorSimon Glass <sjg@chromium.org>
Thu, 13 Oct 2011 14:43:12 +0000 (14:43 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 23 Oct 2011 21:33:19 +0000 (23:33 +0200)
commit1272592e4b248037f111abb0af9b44aae783f789
treee3c3c8ac8b88835f626efa11713dde6d669a324a
parent98e4611f100b563d1b7991d02e3599357af6d287
powerpc: 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>
Acked-by: Stefan Roese <sr@denx.de>
arch/powerpc/lib/board.c