From 69d6da3c1c63675524a25e7dc92a4f43c4164cef Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 20 Nov 2023 06:31:22 +0000
Subject: [PATCH] add r8169 read mac form eeprom

---
 u-boot/disk/Kconfig |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/u-boot/disk/Kconfig b/u-boot/disk/Kconfig
index cbc2514..cfc6ae8 100644
--- a/u-boot/disk/Kconfig
+++ b/u-boot/disk/Kconfig
@@ -137,15 +137,15 @@
 
 config ENV_PARTITION
 	bool "Enable ENV partition table support"
-	depends on PARTITIONS && ENVF
-	default y
+	depends on PARTITIONS
+	default y if ENVF
 	help
 	  Say Y here if you would like to use ENV partition table.
 
 config SPL_ENV_PARTITION
 	bool "Enable ENV partition table support in SPL"
-	depends on SPL && PARTITIONS && SPL_ENVF
-	default y
+	depends on SPL && PARTITIONS
+	default y if SPL_ENVF
 	help
 	  Say Y here if you would like to use ENV partition table in SPL.
 

--
Gitblit v1.6.2