[PATCH v1 20/24] zynq-common: Define CONFIG_ENV_OVERWRITE

Michal Simek michal.simek at xilinx.com
Fri Jan 3 05:11:05 EST 2014


From: Jagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki at xilinx.com>

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

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna at xilinx.com>
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

Changes in v1: None

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

diff --git a/include/configs/zynq.h b/include/configs/zynq.h
index 2e82073..ed7de6c 100644
--- a/include/configs/zynq.h
+++ b/include/configs/zynq.h
@@ -109,6 +109,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.2.3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140103/f7f01945/attachment.sig>


More information about the linux-arm-kernel mailing list