]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nios2: remove custom early console implementation
authorTobias Klauser <tklauser@distanz.ch>
Thu, 11 May 2017 09:40:16 +0000 (11:40 +0200)
committerLey Foon Tan <ley.foon.tan@intel.com>
Thu, 11 May 2017 09:44:21 +0000 (17:44 +0800)
commite118c3fec9c0d8d2a96462c4c035305dc952e402
treef599d72ec3510ded3ac983b3fa1ea256bcb0580a
parent7f1e614113ffe75f5ea7c99f641bf1b56f85be03
nios2: remove custom early console implementation

As of commits d8f347ba35cf ("nios2: enable earlycon support"),
0dcc0542a006 ("serial: altera_jtaguart: add earlycon support") and
4d9d7d896d77 ("serial: altera_uart: add earlycon support"), the nios2
architecture and the altera_uart/altera_jtaguart drivers support
earlycon. Thus, the custom early console implementation for nios2 is no
longer necessary to get early boot messages. Remove it and rely fully on
earlycon support.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
arch/nios2/include/asm/prom.h [deleted file]
arch/nios2/include/asm/setup.h
arch/nios2/kernel/Makefile
arch/nios2/kernel/early_printk.c [deleted file]
arch/nios2/kernel/prom.c
arch/nios2/kernel/setup.c