]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: enterasys,ws-ap3805i: fix u-boot env
authorRosen Penev <rosenp@gmail.com>
Fri, 10 Apr 2026 18:45:00 +0000 (11:45 -0700)
committerRobert Marko <robimarko@gmail.com>
Thu, 16 Apr 2026 19:20:01 +0000 (21:20 +0200)
This is apparently a redundant u-boot config split between cfg1 and
cfg2. The size is also 0x10000 instead of the full amount.

This is needed in order to fix ethernet probing.

Fixes: 3faa3a04bb ("ath79: enterasys,ws-ap3805i: use nvmem")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22882
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ath79/dts/qca9557_extreme-networks_ws-ap3805i.dts

index 0a1cb5b5f7c17f3f2116245db52691bf1055f903..ea5e71acc06cf55d5d1f1d068ebf69bfceb34ee9 100644 (file)
                                read-only;
 
                                nvmem-layout {
-                                       compatible = "u-boot,env";
+                                       compatible = "u-boot,env-redundant-count";
+                                       env-size = <0x10000>;
 
                                        macaddr_uboot_ethaddr: ethaddr {
                                        };