소스 검색

alpha: info about SRM console

Waldemar Brodkorb 6 년 전
부모
커밋
d82e06e40a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      target/alpha/Makefile

+ 1 - 0
target/alpha/Makefile

@@ -56,6 +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 'To netboot the Dec multia type following in SRM console:'
 	@echo '>>>boot ewa0 -protocols bootp -fl "root=/dev/nfs ip=dhcp"'
 endif