Default serial connection to 115200. Hardly anybody uses slower these

days, and those that do can use NANO_BOOT2CFG to change it.
This commit is contained in:
Warner Losh 2015-12-07 04:02:19 +00:00
parent c82d74037f
commit a9598aae97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291912

View File

@ -134,7 +134,7 @@ NANO_BOOTLOADER="boot/boot0sio"
# boot2 flags/options
# default force serial console
NANO_BOOT2CFG="-h"
NANO_BOOT2CFG="-h -S115200"
# Backing type of md(4) device
# Can be "file" or "swap"