diff options
Diffstat (limited to 'arch/microblaze/kernel/setup.c')
-rw-r--r-- | arch/microblaze/kernel/setup.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/setup.c b/arch/microblaze/kernel/setup.c index 8e2c09b7ff2..0e654a12d37 100644 --- a/arch/microblaze/kernel/setup.c +++ b/arch/microblaze/kernel/setup.c | |||
@@ -59,6 +59,11 @@ void __init setup_arch(char **cmdline_p) | |||
59 | 59 | ||
60 | setup_memory(); | 60 | setup_memory(); |
61 | 61 | ||
62 | #ifdef CONFIG_EARLY_PRINTK | ||
63 | /* remap early console to virtual address */ | ||
64 | remap_early_printk(); | ||
65 | #endif | ||
66 | |||
62 | xilinx_pci_init(); | 67 | xilinx_pci_init(); |
63 | 68 | ||
64 | #if defined(CONFIG_SELFMOD_INTC) || defined(CONFIG_SELFMOD_TIMER) | 69 | #if defined(CONFIG_SELFMOD_INTC) || defined(CONFIG_SELFMOD_TIMER) |