aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/asm/setup.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-05-11nios2: remove custom early console implementationTobias Klauser1-2/+0
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>
2014-12-08nios2: Kernel booting and initializationLey Foon Tan1-0/+38
This patch adds the kernel booting and the initial setup code. Signed-off-by: Ley Foon Tan <lftan@altera.com>