From: Jagannadha Sutradharudu Teki Date: Wed, 8 Jan 2014 20:18:25 +0000 (+0530) Subject: zynq-common: Define CONFIG_ENV_OVERWRITE X-Git-Tag: v2014.01-rc3~9^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b660ca13a8b2dab6d9d4127274060359abea4210;p=kernel%2Fu-boot.git zynq-common: Define CONFIG_ENV_OVERWRITE Defined CONFIG_ENV_OVERWRITE, which allow to overwrite serial baudrate and ethaddr. Signed-off-by: Jagannadha Sutradharudu Teki --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 568c49f..184d4ba 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -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