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