From: Siva Durga Prasad Paladugu Date: Fri, 18 Nov 2016 04:57:47 +0000 (+0530) Subject: ARM64: zynqmp: Increase environment size to 32K X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=936b03849678f727eae2cf0da91e61d856411501;p=u-boot.git ARM64: zynqmp: Increase environment size to 32K Increase environment size to 32K as the current default environment itself is greater than 4K. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 74cbfcf8f3..61cd1472b8 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -133,7 +133,7 @@ /* Do not preserve environment */ #define CONFIG_ENV_IS_NOWHERE 1 -#define CONFIG_ENV_SIZE 0x1000 +#define CONFIG_ENV_SIZE 0x8000 /* Monitor Command Prompt */ /* Console I/O Buffer Size */