• K
    [MIPS] Initialization of Alchemy boards · fd7ccfa7
    Kevin Hickey 提交于
    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: NKevin Hickey <khickey@rmicorp.com>
    Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
    fd7ccfa7
init.c 1.9 KB