From: Jagannadha Sutradharudu Teki <[email protected]>
Defined CONFIG_ENV_OVERWRITE, which allow to overwrite serial baudrate and ethaddr. Signed-off-by: Jagannadha Sutradharudu Teki <[email protected]> Signed-off-by: Michal Simek <[email protected]> --- 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
pgpYheEMA0Nl2.pgp
Description: PGP signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

