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