diff options
author | Jagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com> | 2014-01-09 01:48:25 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-01-10 15:18:33 +0100 |
commit | b660ca13a8b2dab6d9d4127274060359abea4210 (patch) | |
tree | 932a89f17cd077c673e8339a04b3e58c2e52e65f /include/configs/zynq-common.h | |
parent | ed53e4d6900e863ef971bb79b96c0cb6676f35d8 (diff) | |
download | u-boot-imx-b660ca13a8b2dab6d9d4127274060359abea4210.zip u-boot-imx-b660ca13a8b2dab6d9d4127274060359abea4210.tar.gz u-boot-imx-b660ca13a8b2dab6d9d4127274060359abea4210.tar.bz2 |
zynq-common: Define CONFIG_ENV_OVERWRITE
Defined CONFIG_ENV_OVERWRITE, which allow to
overwrite serial baudrate and ethaddr.
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |