소스 검색

configs: starfive-jh7100: Add default bootargs
because delete linux cmdline cause eth0 don't work, it should work on chain_mode=1, so compromise to set bootargs in uboot

Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>

Jianlong Huang 2 년 전
부모
커밋
caffbef21c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      include/configs/starfive-jh7100.h

+ 2 - 0
include/configs/starfive-jh7100.h

@@ -62,6 +62,8 @@
 	"mmcpart=3\0"
 
 #define STARLIGHT_TEST_BOOTENV \
+	"bootargs=earlyprintk console=ttyS0,115200 debug"	\
+		"rootwait stmmaceth=chain_mode:1\0"	\
 	"testpart=0:1\0" \
 	"testenv=u74_uEnv.txt\0" \
 	"mmcsetup=mmc part\0" \