]> git.ipfire.org Git - thirdparty/openwrt.git/commit
ramips: iptime,t5004: fix U-Boot environment size 24530/head
authorMyeongjae SONG <devparlair@outlook.com>
Tue, 4 Aug 2026 16:35:08 +0000 (01:35 +0900)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Wed, 12 Aug 2026 07:48:13 +0000 (09:48 +0200)
commita27a3fea752e12b68253baafb93864b29fa46896
treefd9c544366a982693e2d0500be4fb4a3d9063ac8
parent17d131669fa0c3c8ba5493cf5c4bc2aec763b465
ramips: iptime,t5004: fix U-Boot environment size

The U-Boot environment data on the ipTIME T5004 occupies one
128 KiB NAND erase block.

The nvmem layout specified an environment size of 0x1000.
This caused CRC32 validation to fail and prevented the MAC
address cells from being created.

Set env-size to 0x20000 to match the U-Boot environment data
size used for CRC validation.

Fixes: 8dd95cc6b532 ("ramips: iptime,t5004: use nvmem for ubootenv")
Signed-off-by: Myeongjae SONG <devparlair@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/24530
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/ramips/dts/mt7621_iptime_t5004.dts