uboot-mediatek: do not set bootargs in env

pass it via kernel dt instead.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2024-09-20 19:17:11 +08:00
parent 9022262539
commit 77db3cebef
4 changed files with 4 additions and 8 deletions

View File

@@ -269,12 +269,11 @@
+};
--- /dev/null
+++ b/cetron_ct3003_env
@@ -0,0 +1,55 @@
@@ -0,0 +1,54 @@
+ipaddr=192.168.1.1
+serverip=192.168.1.254
+loadaddr=0x46000000
+console=earlycon=uart8250,mmio32,0x11002000 console=ttyS0
+bootargs=root=/dev/fit0 rootwait
+bootcmd=if pstore check ; then run boot_recovery ; else run boot_ubi ; fi
+bootconf=config-1
+bootdelay=0

View File

@@ -270,12 +270,11 @@
+};
--- /dev/null
+++ b/cmcc_a10_env
@@ -0,0 +1,55 @@
@@ -0,0 +1,54 @@
+ipaddr=192.168.1.1
+serverip=192.168.1.254
+loadaddr=0x46000000
+console=earlycon=uart8250,mmio32,0x11002000 console=ttyS0
+bootargs=root=/dev/fit0 rootwait
+bootcmd=if pstore check ; then run boot_recovery ; else run boot_ubi ; fi
+bootconf=config-1
+bootdelay=0

View File

@@ -310,12 +310,11 @@
+};
--- /dev/null
+++ b/livinet_zr-3020_env
@@ -0,0 +1,55 @@
@@ -0,0 +1,54 @@
+ipaddr=192.168.1.1
+serverip=192.168.1.254
+loadaddr=0x46000000
+console=earlycon=uart8250,mmio32,0x11002000 console=ttyS0
+bootargs=root=/dev/fit0 rootwait
+bootcmd=if pstore check ; then run boot_recovery ; else run boot_ubi ; fi
+bootconf=config-1
+bootdelay=0

View File

@@ -284,12 +284,11 @@
+};
--- /dev/null
+++ b/imou_lc-hx3001_env
@@ -0,0 +1,55 @@
@@ -0,0 +1,54 @@
+ipaddr=192.168.1.1
+serverip=192.168.1.254
+loadaddr=0x46000000
+console=earlycon=uart8250,mmio32,0x11002000 console=ttyS0
+bootargs=root=/dev/fit0 rootwait
+bootcmd=if pstore check ; then run boot_recovery ; else run boot_ubi ; fi
+bootconf=config-1
+bootdelay=0