share/examples: clarify BOOT_COMCONSOLE_SPEED

Give an example of why one may want to override BOOT_COMCONSOLE_SPEED so
that it's clear why the default (in a comment) and the commented-out
example setting have different values.

Reported by:	otis
Fixes: 4722ceb7d5 ("Use 115200 bps by default for serial communication")
This commit is contained in:
Ed Maste 2023-08-17 13:43:39 -04:00
parent 4722ceb7d5
commit 3ff0677993
1 changed files with 2 additions and 1 deletions

View File

@ -167,7 +167,8 @@
#
#BOOT_COMCONSOLE_PORT= 0x3F8
#
# The default serial console speed is 115200.
# The default serial console speed is 115200. It can be set to a different
# rate, if desired in your environment.
#
#BOOT_COMCONSOLE_SPEED= 9600
#