Kevin Hickey fd7ccfa7ac [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>
2008-07-30 21:54:34 +01:00
..
2008-06-20 14:05:54 -06:00
2008-04-28 17:14:32 +01:00
2008-04-28 17:14:25 +01:00
2008-07-15 22:08:52 +02:00
2008-07-15 18:44:36 +01:00
2008-07-25 10:53:30 -07:00