mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 20:24:27 +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:
parent
2902a9b7a9
commit
936b038496
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue