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