]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
lantiq: fix u-boot env size for Netgear DGN3500 22695/head
authorShiji Yang <yangshiji66@outlook.com>
Mon, 30 Mar 2026 14:52:06 +0000 (22:52 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 31 Mar 2026 13:42:31 +0000 (15:42 +0200)
Correct u-boot env size to fix ethernet driver probe defer.

Fixes: https://github.com/openwrt/openwrt/issues/22692
Fixes: 75b9fae0c338 ("lantiq: dgn3500: use nvmem to load calibration")
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/22695
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9_netgear_dgn3500.dtsi

index dc8bc08331cb1f2c8f89d0ca1d0106be9f97a953..658ef9681a37595a5bb24a77a0bcd6880f101c24 100644 (file)
 
                                nvmem-layout {
                                        compatible = "u-boot,env";
+                                       env-size = <0x1000>;
 
                                        macaddr_uboot_ethaddr: ethaddr {
                                                #nvmem-cell-cells = <1>;