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