]> git.baikalelectronics.ru Git - kernel.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)
commit014c149fb9492f6ce3345ad3400cfb30c4f6e5e5
treef599d72ec3510ded3ac983b3fa1ea256bcb0580a
parent4a801399565f3858e0f6646dfb99226359d06ad5
nios2: remove custom early console implementation

As of commits d8f347ba35cf ("nios2: enable earlycon support"),
dc24b72a7375 ("serial: altera_jtaguart: add earlycon support") and
c4346722c376 ("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