microblaze: Use getenv_ulong() in place of getenv(), strtoul
authorSimon Glass <sjg@chromium.org>
Thu, 13 Oct 2011 14:43:10 +0000 (14:43 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 23 Oct 2011 21:33:18 +0000 (23:33 +0200)
commit94e4dae9fa206e94af2d3d426f57f14d2c514dc0
tree15058987bd897308aac847564e92789790cd46a1
parent77b8f2033baf35bbf8803e76227c7242f92a826b
microblaze: 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/microblaze/lib/board.c