Browse Source

alpha: fix baud rate

Waldemar Brodkorb 5 years ago
parent
commit
ac941fcdd8
2 changed files with 2 additions and 1 deletions
  1. 1 1
      target/alpha/Makefile
  2. 1 0
      target/config/Config.in.runtime

+ 1 - 1
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

+ 1 - 0
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