]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/bootstrap/server/src/platform/integrator.cc
update
[l4.git] / l4 / pkg / bootstrap / server / src / platform / integrator.cc
index 4521ed8bf70213a6384b41f1cabbf4c5f75847ba..d651e4aa230466462ef15f29b06d0ffce31c6a59 100644 (file)
@@ -26,7 +26,7 @@ class Platform_arm_int : public Platform_single_region_ram
   void init()
   {
     static L4::Io_register_block_mmio r(0x16000000);
-    static L4::Uart_pl011 _uart;
+    static L4::Uart_pl011 _uart(24019200);
     _uart.startup(&r);
     set_stdio_uart(&_uart);
   }