17 Dec, 2010

1 commit

  • This patch fixes the following section mismatch:

    WARNING: arch/mips/built-in.o(.text+0xc): Section mismatch in reference from the
    function jz4740_init_cmdline() to the variable .init.data:arcs_cmdline

    While were at it, make jz4740_init_cmdline static as well.

    Signed-off-by: Lars-Peter Clausen
    Cc: linux-mips@linux-mips.org
    Patchwork: https://patchwork.linux-mips.org/patch/1755/
    Signed-off-by: Ralf Baechle

    Lars-Peter Clausen
     

05 Aug, 2010

1 commit

  • Add support for initializing arcs_cmdline on JZ4740 based machines and
    provides a prom_putchar implementation.

    Signed-off-by: Lars-Peter Clausen
    Cc: linux-mips@linux-mips.org
    Cc: linux-kernel@vger.kernel.org
    Patchwork: https://patchwork.linux-mips.org/patch/1404/
    Signed-off-by: Ralf Baechle

    Lars-Peter Clausen