[openwrt/openwrt] qualcommax: ipq807x: remove unnecessary bootargs-append for MX4200
LEDE Commits
lede-commits at lists.infradead.org
Sun Feb 16 04:03:28 PST 2025
robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/708a81fb8b079e1d88eac8c5fd3829332b976489
commit 708a81fb8b079e1d88eac8c5fd3829332b976489
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
(cherry picked from commit fee2d93b276f3c44dad83849f9959638ce495de7)
Signed-off-by: Rafal Boni <rafal.boni at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17889
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