diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h
index 4c3dcfe495b0370b90cf80780608cf260544f4ea..6bcba93956b20761b3faf6309eef196f39201e1a 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))
 
 /*