From caffbef21c85d023f1a89ae667994209f2a6ead2 Mon Sep 17 00:00:00 2001 From: Jianlong Huang Date: Wed, 1 Jun 2022 08:37:27 +0800 Subject: 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 --- include/configs/starfive-jh7100.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/starfive-jh7100.h b/include/configs/starfive-jh7100.h index ab9a2f149f..423db8d1c9 100644 --- a/include/configs/starfive-jh7100.h +++ b/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" \ -- cgit v1.2.3