summaryrefslogtreecommitdiff
path: root/target/alpha
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-05-22 23:57:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-05-23 00:09:10 +0200
commitac941fcdd80d48404c91e8035a5836086f0a40ee (patch)
treefb12b928eb1a33fce5fab4391162a504e7e59ec7 /target/alpha
parent7734fe6ed28f76612421bc44422a8b434616f494 (diff)
alpha: fix baud rate
Diffstat (limited to 'target/alpha')
-rw-r--r--target/alpha/Makefile2
1 files changed, 1 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