From 2f6e4bf8922146812041d1622d9caf962825996f Mon Sep 17 00:00:00 2001 From: Dmitry Lifshitz Date: Wed, 9 Sep 2015 11:25:39 +0300 Subject: 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 Acked-by: Igor Grinberg diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h index 4c3dcfe..6bcba93 100644 --- a/include/configs/cm_t3517.h +++ b/include/configs/cm_t3517.h @@ -66,7 +66,7 @@ /* * Size of malloc() pool */ -#define CONFIG_ENV_SIZE (16 << 10) /* 16 KiB */ +#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10)) /* -- cgit v0.10.2