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:75b9fae0c3("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 commit58d8733b08)
This commit is contained in:
parent
8a18e84a88
commit
c09f5e0a63
@ -177,6 +177,7 @@
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "u-boot,env";
|
||||
env-size = <0x1000>;
|
||||
|
||||
macaddr_uboot_ethaddr: ethaddr {
|
||||
#nvmem-cell-cells = <1>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user