[U-Boot] [PATCH v2 30/35] zynq-common: Define CONFIG_ENV_OVERWRITE

18 Dec
2013
18 Dec
'13
4:30 p.m.
Defined CONFIG_ENV_OVERWRITE, which allow to overwrite serial baudrate and ethaddr.
Signed-off-by: Jagannadha Sutradharudu Teki jaganna@xilinx.com --- 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 35c3952..6e2b062 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -153,6 +153,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
4162
Age (days ago)
4162
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jagannadha Sutradharudu Teki