Skip to content
Snippets Groups Projects
Commit 1d3a76fa authored by Alison Wang's avatar Alison Wang Committed by York Sun
Browse files

armv8: ls2080a: Define CONFIG_ENV_OVERWRITE to overwrite serial and ethaddr


As the environment variables "serial#" and "ethaddr" need to be
overwriten by the users, CONFIG_ENV_OVERWRITE is defined to disable
the write protection. Anybody can change or delete these parameters.

Signed-off-by: default avatarAlison Wang <alison.wang@freescale.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent f8642ba6
No related branches found
No related tags found
No related merge requests found
...@@ -253,6 +253,9 @@ unsigned long long get_qixis_addr(void); ...@@ -253,6 +253,9 @@ unsigned long long get_qixis_addr(void);
#define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_CPUINFO
/* Allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
/* Initial environment variables */ /* Initial environment variables */
#define CONFIG_EXTRA_ENV_SETTINGS \ #define CONFIG_EXTRA_ENV_SETTINGS \
"hwconfig=fsl_ddr:bank_intlv=auto\0" \ "hwconfig=fsl_ddr:bank_intlv=auto\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment