Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
c9f691b2
Commit
c9f691b2
authored
Dec 13, 2012
by
Sergei Poselenov
Browse files
RT #82000. Changed M2S default baudrate to 115200.
parent
ca8862b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/configs/m2s-som.h
View file @
c9f691b2
...
...
@@ -198,7 +198,7 @@
#define CONFIG_SYS_NS16550_CLK clock_get(CLOCK_PCLK0)
#define CONFIG_CONS_INDEX 1
#define CONFIG_SYS_NS16550_COM1 0x40000000
#define CONFIG_BAUDRATE
576
00
#define CONFIG_BAUDRATE
1152
00
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
/*
...
...
@@ -287,7 +287,7 @@
#define CONFIG_ZERO_BOOTDELAY_CHECK
#define CONFIG_HOSTNAME m2s-som
#define CONFIG_BOOTARGS "m2s_platform=m2s-som "\
"console=ttyS0,
576
00 panic=10"
"console=ttyS0,
1152
00 panic=10"
#define CONFIG_BOOTCOMMAND "run flashboot"
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment