Commit 2f6e4bf8922146812041d1622d9caf962825996f

Authored by Dmitry Lifshitz
Committed by Tom Rini
1 parent 63bb759371

omap3: cm-t3517: change environment size

Mainline CM-T3517 U-Boot environment size differs from that one
shipped with CM-T3517 boards.

Update environment size, to avoid backward compatibility issues.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/cm_t3517.h
... ... @@ -66,7 +66,7 @@
66 66 /*
67 67 * Size of malloc() pool
68 68 */
69   -#define CONFIG_ENV_SIZE (16 << 10) /* 16 KiB */
  69 +#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
70 70 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10))
71 71  
72 72 /*