summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJianlong Huang <jianlong.huang@starfivetech.com>2022-06-01 03:37:27 +0300
committerJianlong Huang <jianlong.huang@starfivetech.com>2022-06-01 03:37:41 +0300
commitcaffbef21c85d023f1a89ae667994209f2a6ead2 (patch)
tree81956e402941ef18e14db151ff5b5b2b927b1560
parent48e83a7af5c2bcf8262a561649d1702d07bc69de (diff)
downloadu-boot-caffbef21c85d023f1a89ae667994209f2a6ead2.tar.xz
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>
-rw-r--r--include/configs/starfive-jh7100.h2
1 files changed, 2 insertions, 0 deletions
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" \