blackfin: Use getenv_ulong() in place of getenv(), strtoul
authorSimon Glass <sjg@chromium.org>
Thu, 13 Oct 2011 14:43:08 +0000 (14:43 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 23 Oct 2011 21:33:18 +0000 (23:33 +0200)
commitc1f485a1e8fc6ca14aceb1c5ddf94c1638d40909
tree0d5f9673e27f70821abf6d9aee2f8c8d20171acc
parenteb68b41d5a72abf8b0edb6d1128f4b94c21cd576
blackfin: 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: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/lib/board.c