diff options
| author | Shiji Yang | 2026-03-30 14:52:06 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-03-31 13:54:46 +0000 |
| commit | c09f5e0a63aaa9230e1f8bfb697dadbfa609a75d (patch) | |
| tree | 5af715c74e6da6471a0d6429e81c9c2776c1c9ea | |
| parent | 8a18e84a887379db8954449a9fabe6df54084dea (diff) | |
| download | openwrt-c09f5e0a63aaa9230e1f8bfb697dadbfa609a75d.tar.gz | |
lantiq: fix u-boot env size for Netgear DGN3500
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>
(cherry picked from commit 58d8733b08e66254c74896eb03b1d48d3def91fc)
| -rw-r--r-- | target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9_netgear_dgn3500.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9_netgear_dgn3500.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9_netgear_dgn3500.dtsi index edf79f6c45..a65ef8135e 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9_netgear_dgn3500.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9_netgear_dgn3500.dtsi @@ -177,6 +177,7 @@ nvmem-layout { compatible = "u-boot,env"; + env-size = <0x1000>; macaddr_uboot_ethaddr: ethaddr { #nvmem-cell-cells = <1>; |