Skip to content

Commit

Permalink
arm: mps2_an385: remove setting of baud rate in defconfig
Browse files Browse the repository at this point in the history
We now get the baud rate for the serial port from the device tree so we
don't need to be setting it in the defconfig.

The baud rate changed from 38400 to 115200 when we introduced the device
tree for MPS2.  The default baud rate was based on matching mbed, but we
use 115200 to match the standard default we have for most boards now.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak authored and Anas Nashif committed May 19, 2017
1 parent ee66ee6 commit 8fa523b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boards/arm/mps2_an385/mps2_an385_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CMSDK_APB=y
CONFIG_UART_CMSDK_APB_PORT0_BAUD_RATE=38400
CONFIG_UART_CONSOLE_ON_DEV_NAME="UART_0"

# Watchdog
Expand Down

0 comments on commit 8fa523b

Please sign in to comment.