Browse Source

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 1 year ago
parent
commit
caffbef21c
1 changed files with 2 additions and 0 deletions
  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" \