Skip to content

Commit

Permalink
am335x_evm: use bitrate 460800
Browse files Browse the repository at this point in the history
  • Loading branch information
mvduin committed Apr 12, 2017
1 parent 99de346 commit 4dd7506
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/configs/am335x_evm.h
Expand Up @@ -192,9 +192,9 @@
"fi; \0" \
"init_console=" \
"if test $board_name = A335_ICE; then "\
"setenv console ttyO3,115200n8;" \
"setenv console ttyO3,460800n8;" \
"else " \
"setenv console ttyO0,115200n8;" \
"setenv console ttyO0,460800n8;" \
"fi;\0" \
EEWIKI_NFS \
EEWIKI_BOOT \
Expand All @@ -212,7 +212,8 @@
#define CONFIG_SYS_NS16550_COM4 0x481a6000 /* UART3 */
#define CONFIG_SYS_NS16550_COM5 0x481a8000 /* UART4 */
#define CONFIG_SYS_NS16550_COM6 0x481aa000 /* UART5 */
#define CONFIG_BAUDRATE 115200
#undef CONFIG_BAUDRATE
#define CONFIG_BAUDRATE 460800

#define CONFIG_CMD_EEPROM
#define CONFIG_ENV_EEPROM_IS_ON_I2C
Expand Down

0 comments on commit 4dd7506

Please sign in to comment.