]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: remove extra space in bootargs cudy wr3000p/s/h/e v1 ubootmod 23274/head
authorDmitry Mostovoy <stavultras@gmail.com>
Sun, 10 May 2026 06:52:08 +0000 (02:52 -0400)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Wed, 1 Jul 2026 07:32:36 +0000 (09:32 +0200)
Removes an extra space in "bootargs" property mistakenly added initially

Signed-off-by: Dmitry Mostovoy <stavultras@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23274
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/mediatek/dts/mt7981b-cudy-wr3000e-v1-ubootmod.dts
target/linux/mediatek/dts/mt7981b-cudy-wr3000h-v1-ubootmod.dts
target/linux/mediatek/dts/mt7981b-cudy-wr3000p-v1-ubootmod.dts
target/linux/mediatek/dts/mt7981b-cudy-wr3000s-v1-ubootmod.dts

index c947783631377f210671138f8daa79b86c657c14..5d76413512ca1588e24d7e3520a29c761cbff63a 100644 (file)
@@ -8,7 +8,7 @@
        compatible = "cudy,wr3000e-v1-ubootmod", "mediatek,mt7981";
 
        chosen {
-               bootargs = " root=/dev/fit0 rootwait";
+               bootargs = "root=/dev/fit0 rootwait";
                rootdisk = <&ubi_rootdisk>;
        };
 };
index 0aed40243b3c40043ab3d8b182a459ff893cdce1..ebff573adca88e17e34d261c6f1cd35555c4a55a 100644 (file)
@@ -8,7 +8,7 @@
        compatible = "cudy,wr3000h-v1-ubootmod", "mediatek,mt7981";
 
        chosen {
-               bootargs = " root=/dev/fit0 rootwait";
+               bootargs = "root=/dev/fit0 rootwait";
                rootdisk = <&ubi_rootdisk>;
        };
 };
index 7e3e68777d92e1959626af98c4962471e2cf8458..8d1e67c1b6de2758eb54255e4ae348c8e3dcd014 100644 (file)
@@ -8,7 +8,7 @@
        compatible = "cudy,wr3000p-v1-ubootmod", "mediatek,mt7981";
 
        chosen {
-               bootargs = " root=/dev/fit0 rootwait";
+               bootargs = "root=/dev/fit0 rootwait";
                rootdisk = <&ubi_rootdisk>;
        };
 };
index 3083c1b3969393d1093527ff17134fa12019ff6a..5754b8ae4208be9ea1c404f22c9363be44012f7a 100644 (file)
@@ -8,7 +8,7 @@
        compatible = "cudy,wr3000s-v1-ubootmod", "mediatek,mt7981";
 
        chosen {
-               bootargs = " root=/dev/fit0 rootwait";
+               bootargs = "root=/dev/fit0 rootwait";
                rootdisk = <&ubi_rootdisk>;
        };
 };