Skip to content
Commit fd7ccfa7 authored by Kevin Hickey's avatar Kevin Hickey Committed by Ralf Baechle
Browse files

[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: default avatarKevin Hickey <khickey@rmicorp.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent af6dc22b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment