diff options
| author | Jagannadha Sutradharudu Teki <[email protected]> | 2014-01-09 01:48:25 +0530 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2014-01-10 15:18:33 +0100 |
| commit | b660ca13a8b2dab6d9d4127274060359abea4210 (patch) | |
| tree | 932a89f17cd077c673e8339a04b3e58c2e52e65f /include | |
| parent | ed53e4d6900e863ef971bb79b96c0cb6676f35d8 (diff) | |
zynq-common: Define CONFIG_ENV_OVERWRITE
Defined CONFIG_ENV_OVERWRITE, which allow to
overwrite serial baudrate and ethaddr.
Signed-off-by: Jagannadha Sutradharudu Teki <[email protected]>
Diffstat (limited to 'include')
| -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 568c49f4c77..184d4ba820b 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 |
