summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-04-11 12:43:10 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:25 -0400
commit134b507b22564b153e87e9cd3a80de8954654bda (patch)
treeef01c65f30b6892b1ce3cccbedc8000d3ae81f8d
parentb64c159454b85f9424647678aadbd9e027c6a115 (diff)
U-Boot: NAND: Increase malloc size to cater to allocations for BBT
-rw-r--r--include/configs/da830_evm.h2
-rw-r--r--include/configs/da850_evm.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/da830_evm.h b/include/configs/da830_evm.h
index bae43c1827..cc8427d876 100644
--- a/include/configs/da830_evm.h
+++ b/include/configs/da830_evm.h
@@ -53,7 +53,7 @@
/* Memory Info */
/*=============*/
/* malloc() len */
-#define CONFIG_SYS_MALLOC_LEN (0x10000 + 128*1024)
+#define CONFIG_SYS_MALLOC_LEN (1 * 1024 * 1024)
/* reserved for initial data */
#define CONFIG_SYS_GBL_DATA_SIZE 128
/* DDR Start */
diff --git a/include/configs/da850_evm.h b/include/configs/da850_evm.h
index 3bdd1e72e3..38bcf0e16e 100644
--- a/include/configs/da850_evm.h
+++ b/include/configs/da850_evm.h
@@ -54,7 +54,7 @@
/* Memory Info */
/*=============*/
/* malloc() len */
-#define CONFIG_SYS_MALLOC_LEN (0x10000 + 128*1024)
+#define CONFIG_SYS_MALLOC_LEN (1 * 1024 * 1024)
/* reserved for initial data */
#define CONFIG_SYS_GBL_DATA_SIZE 128
/* DDR Start */