[U-Boot] [PATCH v3 24/29] zynq-common: Define CONFIG_ENV_OVERWRITE

Jagannadha Sutradharudu Teki jagannadha.sutradharudu-teki at xilinx.com
Thu Dec 19 19:09:15 CET 2013


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

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna at xilinx.com>
---
V3: none
V2: none

 include/configs/zynq-common.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 0d57092..49aa973 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -135,6 +135,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
-- 
1.8.3




More information about the U-Boot mailing list