|
@@ -17,6 +17,7 @@
|
|
|
|
|
|
#include <asm/bootinfo.h>
|
|
|
#include <asm/reboot.h>
|
|
|
+#include <asm/setup.h>
|
|
|
#include <asm/gt64120.h>
|
|
|
|
|
|
#include <cobalt.h>
|
|
@@ -112,6 +113,8 @@ void __init prom_init(void)
|
|
|
}
|
|
|
|
|
|
add_memory_region(0x0, memsz, BOOT_MEM_RAM);
|
|
|
+
|
|
|
+ setup_8250_early_printk_port(CKSEG1ADDR(0x1c800000), 0, 0);
|
|
|
}
|
|
|
|
|
|
void __init prom_free_prom_memory(void)
|