mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 04:47:28 -04:00
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@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16618 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
23bb631c4a
commit
3225655236
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user