summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJianlong Huang <jianlong.huang@starfivetech.com>2022-07-21 09:26:05 +0300
committerYanhong Wang <yanhong.wang@linux.starfivetech.com>2022-10-18 11:24:37 +0300
commit7cfc3f2f617c075416bcad33642b6aa2967f3bf1 (patch)
tree9c7a9afb5286b26548ec98a003eb4ee858056b96 /include
parent0fb1b1ba8184d410749a657c932a4bb7f107a8d2 (diff)
downloadu-boot-7cfc3f2f617c075416bcad33642b6aa2967f3bf1.tar.xz
configs: starfive_evb_defconfig: Support saveenv
Add saveenv config to Support saveenv Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/starfive-evb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/starfive-evb.h b/include/configs/starfive-evb.h
index d20fcbafca..650dd1908a 100644
--- a/include/configs/starfive-evb.h
+++ b/include/configs/starfive-evb.h
@@ -85,9 +85,6 @@
#endif
#endif
-/* allow to overwrite serial and ethaddr */
-#define CONFIG_ENV_OVERWRITE
-
/* HACK these should have '#if defined (stuff) around them like zynqp*/
#define BOOT_TARGET_DEVICES(func) func(DHCP, dhcp, na) func(MMC, mmc, 0)