summaryrefslogtreecommitdiff
path: root/include/configs/mx53_arm2_ddr3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mx53_arm2_ddr3.h')
-rw-r--r--include/configs/mx53_arm2_ddr3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mx53_arm2_ddr3.h b/include/configs/mx53_arm2_ddr3.h
index 05d314a..a21f5ea 100644
--- a/include/configs/mx53_arm2_ddr3.h
+++ b/include/configs/mx53_arm2_ddr3.h
@@ -63,7 +63,7 @@
/*
* Size of malloc() pool
*/
-#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024)
+#define CONFIG_SYS_MALLOC_LEN (3 * 1024 * 1024)
/* size in bytes reserved for initial data */
#define CONFIG_SYS_GBL_DATA_SIZE 128
@@ -244,12 +244,12 @@
/* Monitor at beginning of flash */
#define CONFIG_FSL_ENV_IN_MMC
-#define CONFIG_ENV_SECT_SIZE (128 * 1024)
+#define CONFIG_ENV_SECT_SIZE (8 * 1024)
#define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE
#if defined(CONFIG_FSL_ENV_IN_NAND)
#define CONFIG_ENV_IS_IN_NAND 1
- #define CONFIG_ENV_OFFSET 0x100000
+ #define CONFIG_ENV_OFFSET 0x200000
#elif defined(CONFIG_FSL_ENV_IN_MMC)
#define CONFIG_ENV_IS_IN_MMC 1
#define CONFIG_ENV_OFFSET (768 * 1024)