nios2: add early printk support
[deliverable/linux.git] / arch / nios2 / kernel / setup.c
index cb3121f975d49592ccf15d3795721cc859274f4c..b101a43d3c5a05ed70fa6a1bcbdb1e7aab537495 100644 (file)
@@ -139,6 +139,10 @@ void __init setup_arch(char **cmdline_p)
 
        console_verbose();
 
+#ifdef CONFIG_EARLY_PRINTK
+       setup_early_printk();
+#endif
+
        memory_start = PAGE_ALIGN((unsigned long)__pa(_end));
        memory_end = (unsigned long) CONFIG_NIOS2_MEM_BASE + memory_size;
 
This page took 0.025871 seconds and 5 git commands to generate.