forked from Imagelibrary/rtems
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.
This commit is contained in:
committed by
Sebastian Huber
parent
320faf8e68
commit
782182eba4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user