]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/bootstrap/server/src/platform/rv_vexpress.cc
update
[l4.git] / l4 / pkg / bootstrap / server / src / platform / rv_vexpress.cc
index 3b92289f39354f1739800682ad292cfce1f02a6e..b6565ac54331c8a8c649079a25af3c8f7fcd2ff2 100644 (file)
@@ -27,7 +27,7 @@ class Platform_arm_rv_vexpress : public Platform_single_region_ram
   void init()
   {
     static L4::Io_register_block_mmio r(0x10009000);
-    static L4::Uart_pl011 _uart;
+    static L4::Uart_pl011 _uart(24019200);
     _uart.startup(&r);
     set_stdio_uart(&_uart);
   }