summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDmitry Lifshitz <lifshitz@compulab.co.il>2015-09-09 11:25:39 +0300
committerTom Rini <trini@konsulko.com>2015-09-11 17:15:33 -0400
commit2f6e4bf8922146812041d1622d9caf962825996f (patch)
tree505e70e14d3663f41837fa839dd544b6e7811833 /include
parent63bb75937128a387e266ae5c33d8bd2e6ff69385 (diff)
downloadtalos-obmc-uboot-2f6e4bf8922146812041d1622d9caf962825996f.tar.gz
talos-obmc-uboot-2f6e4bf8922146812041d1622d9caf962825996f.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/cm_t3517.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h
index 4c3dcfe495..6bcba93956 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))
/*
OpenPOWER on IntegriCloud