Skip to content
Snippets Groups Projects
Commit b660ca13 authored by Jagan Teki's avatar Jagan Teki Committed by Albert ARIBAUD
Browse files

zynq-common: Define CONFIG_ENV_OVERWRITE


Defined CONFIG_ENV_OVERWRITE, which allow to
overwrite serial baudrate and ethaddr.

Signed-off-by: default avatarJagannadha Sutradharudu Teki <jaganna@xilinx.com>
parent ed53e4d6
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,9 @@
/* Total Size of Environment Sector */
#define CONFIG_ENV_SIZE (128 << 10)
/* Allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
/* Environment */
#ifndef CONFIG_ENV_IS_NOWHERE
# ifndef CONFIG_SYS_NO_FLASH
......
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