From ac941fcdd80d48404c91e8035a5836086f0a40ee Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 22 May 2018 23:57:59 +0200 Subject: alpha: fix baud rate --- target/alpha/Makefile | 2 +- target/config/Config.in.runtime | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3