]> 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)
commitb1701feb99b292a46d78b3f9a64c48e66b296660
treef599d72ec3510ded3ac983b3fa1ea256bcb0580a
parenta7bfe47ea17ebde104ea8a380cdf0a6da4acbd64
nios2: remove custom early console implementation

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