Skip to content
  • Kevin Hickey's avatar
    [MIPS] Initialization of Alchemy boards · fd7ccfa7
    Kevin Hickey authored
    
    
    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>
    fd7ccfa7