[U-Boot] [PATCH 3/3] omap3: cm-t3517: change environment size

Dmitry Lifshitz lifshitz at compulab.co.il
Tue Sep 8 08:50:02 CEST 2015


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

Update environment size, to avoid backward compatability issues.

Signed-off-by: Dmitry Lifshitz <lifshitz at compulab.co.il>
---
 include/configs/cm_t3517.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h
index 2d16799..36488d7 100644
--- a/include/configs/cm_t3517.h
+++ b/include/configs/cm_t3517.h
@@ -66,8 +66,8 @@
 /*
  * Size of malloc() pool
  */
-#define CONFIG_ENV_SIZE		(16 << 10)	/* 16 KiB */
-#define CONFIG_SYS_MALLOC_LEN	(CONFIG_ENV_SIZE + (128 << 10))
+#define CONFIG_ENV_SIZE		(128 << 10)	/* 128 KiB */
+#define CONFIG_SYS_MALLOC_LEN	(CONFIG_ENV_SIZE + (512 << 10))
 
 /*
  * Hardware drivers
-- 
1.7.5.4



More information about the U-Boot mailing list