diff options
author | wu-yue-yu <ztd1217@qq.com> | 2023-06-27 05:24:48 +0200 |
---|---|---|
committer | Han Gao <rabenda.cn@gmail.com> | 2023-06-28 01:15:58 +0800 |
commit | d6c9182f6238f2fc4b386b9e4c5d2cfebbef4746 (patch) | |
tree | cb7ddd73e9e44cdedbabd3e44dd63ed88d2f6e60 /include | |
parent | b5768043c2128370424c06f8b197700356355384 (diff) |
fix: fix the problem of wrong overwritten mac address
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/light-c910.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/light-c910.h b/include/configs/light-c910.h index 5cd4f9bc..95d084ae 100644 --- a/include/configs/light-c910.h +++ b/include/configs/light-c910.h @@ -30,7 +30,6 @@ #define PLIC_BASE_ADDR 0xffd8000000 #define PMP_BASE_ADDR 0xffdc020000 -#define CONFIG_ENV_OVERWRITE 1 //make sure env var can be modified successfully /* Network Configuration */ #define CONFIG_DW_ALTDESCRIPTOR |