[rtems commit] bsp/qoriq: Do not overwrite configured baud

Sebastian Huber sebh at rtems.org
Thu Mar 2 14:27:12 UTC 2017


Module:    rtems
Branch:    master
Commit:    891b834fb5eb17d3b38da2a0d592f05f336192da
Changeset: http://git.rtems.org/rtems/commit/?id=891b834fb5eb17d3b38da2a0d592f05f336192da

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Mar  2 15:17:35 2017 +0100

bsp/qoriq: Do not overwrite configured baud

---

 c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c b/c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c
index 1b3c428..cbe1970 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c
@@ -137,7 +137,6 @@ void bsp_start(void)
       ns16550_context *ctx = (ns16550_context *) dev->context;
 
       ctx->clock = BSP_bus_frequency;
-      ctx->initial_baud = 115200;
     }
   }
 




More information about the vc mailing list