1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-16 14:20:29 +01:00

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 <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Siva Durga Prasad Paladugu
2016-11-18 10:27:47 +05:30
committed by Michal Simek
parent 2902a9b7a9
commit 936b038496

View File

@@ -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 */