[openwrt/openwrt] qualcommax: ipq807x: remove unnecessary bootargs-append for MX4200

LEDE Commits lede-commits at lists.infradead.org
Tue Dec 31 08:44:23 PST 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/738eb514c622cd30a4cd324c5e99bf3af5f5607e

commit 738eb514c622cd30a4cd324c5e99bf3af5f5607e
Author: Paweł Owoc <frut3k7 at gmail.com>
AuthorDate: Sun Aug 4 01:06:39 2024 +0200

    qualcommax: ipq807x: remove unnecessary bootargs-append for MX4200
    
    The default value for the "root" parameter is "/dev/ubiblock0_0"
    and there is no need to append it to bootargs.
    
    Signed-off-by: Paweł Owoc <frut3k7 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16070
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 .../linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8174-mx4200.dtsi  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8174-mx4200.dtsi b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8174-mx4200.dtsi
index 13ce8d1601..3698db7318 100644
--- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8174-mx4200.dtsi
+++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8174-mx4200.dtsi
@@ -29,7 +29,6 @@
 
 	chosen {
 		stdout-path = "serial0:115200n8";
-		bootargs-append = " root=/dev/ubiblock0_0";
 	};
 
 	keys {




More information about the lede-commits mailing list