summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaev Ruslan <legale.legale@gmail.com>2024-04-28 01:49:46 +0300
committerRobert Marko <robimarko@gmail.com>2024-04-30 13:51:15 +0200
commitbe37ab6e51b7526d386fce035b6d668d64598248 (patch)
tree02dea46b0a82a1a5cfdc2fea48b882b481f7d799
parent00ff73ec6e815d9e82ef9164d23d445a2346579e (diff)
downloadopenwrt-be37ab6e51b7526d386fce035b6d668d64598248.tar.gz
openwrt-be37ab6e51b7526d386fce035b6d668d64598248.tar.bz2
openwrt-be37ab6e51b7526d386fce035b6d668d64598248.zip
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@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15305 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-ax880.dts1
1 files changed, 1 insertions, 0 deletions
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@480000 {
+ compatible = "u-boot,env";
label = "0:appsblenv";
reg = <0x480000 0x10000>;
};