]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
apm821xx: disable NVMEM_U_BOOT_ENV
authorRosen Penev <rosenp@gmail.com>
Tue, 22 Oct 2024 20:02:47 +0000 (13:02 -0700)
committerRobert Marko <robimarko@gmail.com>
Thu, 19 Mar 2026 09:40:13 +0000 (10:40 +0100)
The main point of it currently is to extract mac addresses. That is not
being done as MAC addresses are elsewhere.

Disable it until it becomes more feature packed and there's an actual
use for it.

All devices already have config definitions. NVMEM prevents redundant
support as well as write support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16618
(cherry picked from commit 32256552362d393e66098cafaa7366f33f025144)
Link: https://github.com/openwrt/openwrt/pull/22339
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/apm821xx/config-6.12

index e242b05723d70fd6ce06220263795e9b165d43c2..7a8d20b35b87861a503a67ebc7252f1abe9a62a0 100644 (file)
@@ -174,7 +174,6 @@ CONFIG_NR_CPUS=1
 CONFIG_NR_IRQS=512
 CONFIG_NVMEM=y
 CONFIG_NVMEM_LAYOUTS=y
-CONFIG_NVMEM_LAYOUT_U_BOOT_ENV=y
 CONFIG_NVMEM_SYSFS=y
 CONFIG_OF=y
 CONFIG_OF_ADDRESS=y