]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
nds32: Use getenv_ulong() in place of getenv(), strtoul
authorMacpaul Lin <macpaul@andestech.com>
Mon, 24 Oct 2011 08:43:17 +0000 (16:43 +0800)
committerMacpaul Lin <macpaul@andestech.com>
Tue, 1 Nov 2011 04:47:17 +0000 (12:47 +0800)
commit569bc625e3123f9c9bf7406c2cd37f93d2cdc416
treeaf11af60dfa00ff293c0d07fb22dd441c1f01019
parentce5207e191c59b3135303fd03b98dd2ac3701ba2
nds32: Use getenv_ulong() in place of getenv(), strtoul

This changes the board code to use the new getenv_ulong() function.

Signed-off-by: Macpaul Lin <macpaul@andestech.com>
arch/nds32/lib/board.c