Skip to content
Snippets Groups Projects
Commit 18eee22f authored by Jagan Teki's avatar Jagan Teki Committed by Albert ARIBAUD
Browse files

zynq-common: Change Env. Sector size to 128Kb


Changed Env. Sector size from 0x10000 to 128Kb

Signed-off-by: default avatarJagannadha Sutradharudu Teki <jaganna@xilinx.com>
parent e83f61a6
No related branches found
No related tags found
No related merge requests found
......@@ -129,8 +129,10 @@
#define CONFIG_BOOTP_HOSTNAME
#define CONFIG_BOOTP_MAY_FAIL
/* Total Size of Environment Sector */
#define CONFIG_ENV_SIZE (128 << 10)
/* Environment */
#define CONFIG_ENV_SIZE 0x10000 /* Env. sector size */
#define CONFIG_ENV_IS_NOWHERE
/* Default environment */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment