diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-22 23:57:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-23 00:09:10 +0200 |
commit | ac941fcdd80d48404c91e8035a5836086f0a40ee (patch) | |
tree | fb12b928eb1a33fce5fab4391162a504e7e59ec7 /target | |
parent | 7734fe6ed28f76612421bc44422a8b434616f494 (diff) |
alpha: fix baud rate
Diffstat (limited to 'target')
-rw-r--r-- | target/alpha/Makefile | 2 | ||||
-rw-r--r-- | target/config/Config.in.runtime | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/target/alpha/Makefile b/target/alpha/Makefile index 37d28d733..0d3b4f873 100644 --- a/target/alpha/Makefile +++ b/target/alpha/Makefile @@ -56,7 +56,7 @@ targethelp: @echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}' @echo 'The nfs root tarball is: ${FW_DIR}/${ROOTFSUSERTARBALL}' ifeq ($(ADK_TARGET_SYSTEM_DEC_MULTIA),y) - @echo 'The SRM console uses 56700 baud' + @echo 'The SRM console uses 9600 baud' @echo 'To netboot the Dec multia type following in SRM console:' @echo '>>>boot ewa0 -protocols bootp -fl "root=/dev/nfs ip=dhcp"' endif diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 96668cd53..b78b1a88b 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -407,6 +407,7 @@ config ADK_RUNTIME_CONSOLE_SERIAL_SPEED || ADK_TARGET_QEMU \ || ADK_TARGET_GENERIC \ || ADK_TARGET_SIM + default "9600" if ADK_TARGET_SYSTEM_DEC_MULTIA default "9600" if ADK_TARGET_SYSTEM_FON_FON2100 default "9600" if ADK_TARGET_SYSTEM_SGI_INDY default "9600" if ADK_TARGET_SYSTEM_SGI_O2 |