[rtems commit] bsp/altera-cyclone-v: Change console baud rate
Sebastian Huber
sebh at rtems.org
Thu Apr 17 11:21:09 UTC 2014
Module: rtems
Branch: master
Commit: 782182eba4c0ae5961f7667fb94e96fdcbe082df
Changeset: http://git.rtems.org/rtems/commit/?id=782182eba4c0ae5961f7667fb94e96fdcbe082df
Author: Ralf Kirchner <ralf.kirchner at embedded-brains.de>
Date: Thu Apr 10 16:54:39 2014 +0200
bsp/altera-cyclone-v: Change console baud rate
The baud rate of the altera cyclone-V U-Boot can not be changed at the
u-Boot console prompt. Thus we use the same baud rate as the U-Boot for
the BSP.
---
c/src/lib/libbsp/arm/altera-cyclone-v/configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/c/src/lib/libbsp/arm/altera-cyclone-v/configure.ac b/c/src/lib/libbsp/arm/altera-cyclone-v/configure.ac
index 561a192..9fa409e 100644
--- a/c/src/lib/libbsp/arm/altera-cyclone-v/configure.ac
+++ b/c/src/lib/libbsp/arm/altera-cyclone-v/configure.ac
@@ -43,7 +43,7 @@ RTEMS_BSPOPTS_HELP([CYCLONE_V_CONFIG_CONSOLE],[configuration for console (UART 0
RTEMS_BSPOPTS_SET([CYCLONE_V_CONFIG_UART_1],[*],[0])
RTEMS_BSPOPTS_HELP([CYCLONE_V_CONFIG_UART_1],[configuration for UART 1])
-RTEMS_BSPOPTS_SET([CYCLONE_V_UART_BAUD],[*],[115200U])
+RTEMS_BSPOPTS_SET([CYCLONE_V_UART_BAUD],[*],[57600U])
RTEMS_BSPOPTS_HELP([CYCLONE_V_UART_BAUD],[baud for UARTs])
RTEMS_CHECK_SMP
More information about the vc
mailing list