summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Liang Lim <weiliang.lim@starfivetech.com>2023-10-21 05:33:13 +0300
committerWei Liang Lim <weiliang.lim@starfivetech.com>2023-10-21 05:33:13 +0300
commit01eb1f0aae92a0a26cdeb22b9d252c50ce831fc7 (patch)
tree82369536bf6eb018874be814a04a35dbea38a083
parent329266d82b084289c4becd09859b7a8893ac5251 (diff)
downloadu-boot-01eb1f0aae92a0a26cdeb22b9d252c50ce831fc7.tar.xz
configs: starfive_dubhe_fpga_defconfig: Update bootargs for Dubhe
Signed-off-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
-rw-r--r--configs/starfive_dubhe_fpga_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/starfive_dubhe_fpga_defconfig b/configs/starfive_dubhe_fpga_defconfig
index 76b1296d8e..7cd1c06440 100644
--- a/configs/starfive_dubhe_fpga_defconfig
+++ b/configs/starfive_dubhe_fpga_defconfig
@@ -14,7 +14,7 @@ CONFIG_RISCV_SMODE=y
CONFIG_SPL_OPENSBI_LOAD_ADDR=0x80100000
CONFIG_FIT=y
CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttySIF0,115200 earlycon=sbi root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait"
+CONFIG_BOOTARGS="console=ttySIF0,115200 earlycon=sbi ip=:::255.255.255.0::eth0:dhcp"
CONFIG_USE_BOOTCOMMAND=y
#CONFIG_BOOTCOMMAND="echo Dubhe FPGA booting from serial flash...; sf probe 1:0; sf read 0x84000000 0x400000 0x1200000; bootm 0x84000000"
CONFIG_BOOTCOMMAND=""