[MIPS] Initialization of Alchemy boards
authorKevin Hickey <khickey@rmicorp.com>
Mon, 28 Jul 2008 18:09:26 +0000 (13:09 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 30 Jul 2008 20:54:34 +0000 (21:54 +0100)
commitfd7ccfa7ac64156a5c1c906e0986b73d481b6dfc
tree3c94f7de26bdcb0ddd73edf42a0bdb893fbe125c
parentaf6dc22b03a95c31b690f299b2fd7acb279fe7f5
[MIPS] Initialization of Alchemy boards

An earlier update changed some calls from simple_strotl to strict_strtol but
did not account for the differences in the syntax between the calls.
simple_strotl returns the integer; strict_strtol returns an error code and
takes a pointer to the result.  As it was, NULL was being passed in place of
the result, which led to failures during kernel initialization when using
YAMON.

Signed-off-by: Kevin Hickey <khickey@rmicorp.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/au1000/db1x00/init.c
arch/mips/au1000/mtx-1/init.c
arch/mips/au1000/pb1000/init.c
arch/mips/au1000/pb1100/init.c
arch/mips/au1000/pb1200/init.c
arch/mips/au1000/pb1500/init.c
arch/mips/au1000/pb1550/init.c
arch/mips/au1000/xxs1500/init.c