[openwrt/openwrt] qualcommax: ipq807x: uboot-envtools: yuncore ax880

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 30 04:51:20 PDT 2024


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

commit be37ab6e51b7526d386fce035b6d668d64598248
Author: Isaev Ruslan <legale.legale at gmail.com>
AuthorDate: Sun Apr 28 01:49:46 2024 +0300

    qualcommax: ipq807x: uboot-envtools: yuncore ax880
    
    There was no config in the uboot-envtools package, so there is no
    generated /etc/fw_env.config for the fw_printenv and fw_setenv utils.
    Since uboot-envtools 2024.01, there is a way to make these utils work
    without /etc/fw_env.config if the DT has an env partition with the prop.:
    
    compatible = "u-boot,env";
    
    So, this commit adds the prop. above to the appsblenv:0 partition
    in the yuncore ax880 DTS file.
    
    Signed-off-by: Isaev Ruslan <legale.legale at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/15305
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-ax880.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-ax880.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-ax880.dts
index 5364daad45..23e89a9ae4 100644
--- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-ax880.dts
+++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-ax880.dts
@@ -193,6 +193,7 @@
 			};
 
 			partition at 480000 {
+				compatible = "u-boot,env";
 				label = "0:appsblenv";
 				reg = <0x480000 0x10000>;
 			};




More information about the lede-commits mailing list