]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/bootstrap/server/src/platform/rv.cc
update
[l4.git] / l4 / pkg / bootstrap / server / src / platform / rv.cc
index ad10986b48c000c08723bf0c275e76c9cbd71b5e..6fcad0b61d230707d32f3275e46e2c89c01ac115 100644 (file)
@@ -27,7 +27,7 @@ class Platform_arm_rv : 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);
   }