[openwrt/openwrt] apm821xx: disable NVMEM_U_BOOT_ENV

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 8 09:38:06 PST 2026


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/32256552362d393e66098cafaa7366f33f025144

commit 32256552362d393e66098cafaa7366f33f025144
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Tue Oct 22 13:02:47 2024 -0700

    apm821xx: disable NVMEM_U_BOOT_ENV
    
    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 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16618
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/apm821xx/config-6.12 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/apm821xx/config-6.12 b/target/linux/apm821xx/config-6.12
index eec5cd7ea6..16aeab2aa3 100644
--- a/target/linux/apm821xx/config-6.12
+++ b/target/linux/apm821xx/config-6.12
@@ -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




More information about the lede-commits mailing list