[openwrt/openwrt] ramips: dts: DNA EX400 has redundant type u-boot environment
LEDE Commits
lede-commits at lists.infradead.org
Fri Oct 4 15:57:02 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c1c2b61254722a9744f69c348e17020e5f9a2854
commit c1c2b61254722a9744f69c348e17020e5f9a2854
Author: Mauri Sandberg <maukka at ext.kapsi.fi>
AuthorDate: Tue Sep 24 13:40:10 2024 +0300
ramips: dts: DNA EX400 has redundant type u-boot environment
Set compatible string and specify redundant type U-boot environment.
Fixes: fea2264d9fdd ("ramips: mt7621: Add DNA Valokuitu Plus EX400")
Signed-off-by: Mauri Sandberg <maukka at ext.kapsi.fi>
Link: https://github.com/openwrt/openwrt/pull/16573
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/ramips/dts/mt7621_dna_valokuitu-plus-ex400.dts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/ramips/dts/mt7621_dna_valokuitu-plus-ex400.dts b/target/linux/ramips/dts/mt7621_dna_valokuitu-plus-ex400.dts
index 98b2bbf7b6..cc5b4b71d0 100644
--- a/target/linux/ramips/dts/mt7621_dna_valokuitu-plus-ex400.dts
+++ b/target/linux/ramips/dts/mt7621_dna_valokuitu-plus-ex400.dts
@@ -77,13 +77,14 @@
partition at 100000 {
reg = <0x100000 0xff00000>;
label = "ubi";
+ compatible = "linux,ubi";
volumes {
ubi-volume-env1 {
volname = "env1";
nvmem-layout {
- compatible = "u-boot,env";
+ compatible = "u-boot,env-redundant-count";
ethaddr: ethaddr {
#nvmem-cell-cells = <1>;
More information about the lede-commits
mailing list