From 56c48100a56c31aeb5079d5428e8aae8b76c3479 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 22 Oct 2024 13:02:47 -0700 Subject: [PATCH] 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. Signed-off-by: Rosen Penev --- target/linux/apm821xx/config-6.6 | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/apm821xx/config-6.6 b/target/linux/apm821xx/config-6.6 index a9c9a952c8c..5ab38923a01 100644 --- a/target/linux/apm821xx/config-6.6 +++ b/target/linux/apm821xx/config-6.6 @@ -169,9 +169,7 @@ 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_NVMEM_U_BOOT_ENV=y CONFIG_OF=y CONFIG_OF_ADDRESS=y CONFIG_OF_EARLY_FLATTREE=y