From: Jagannadha Sutradharudu Teki Date: Tue, 4 Dec 2012 12:56:44 +0000 (+0530) Subject: zynq: Define CONFIG_ENV_OVERWRITE X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ecb3e9b45fca9cf16d1406b1d3742cfd7f49941;p=thirdparty%2Fu-boot.git zynq: Define CONFIG_ENV_OVERWRITE ENV_OVERWRITE allows to overwrite serial and ethaddr environment variables. Signed-off-by: Jagannadha Sutradharudu Teki Acked-by: Michal Simek --- diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index 5fe05b7ebaf..a5b3b07c12c 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -32,6 +32,8 @@ /* Total Size of Environment Sector */ #define CONFIG_ENV_SIZE (128 << 10) +/* allow to overwrite serial and ethaddr */ +#define CONFIG_ENV_OVERWRITE /* Serial drivers */ #define CONFIG_BAUDRATE 115200