diff options
Diffstat (limited to 'include/configs/mx53_loco_mfg.h')
-rw-r--r-- | include/configs/mx53_loco_mfg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx53_loco_mfg.h b/include/configs/mx53_loco_mfg.h index 9476a5f..b6ceb65 100644 --- a/include/configs/mx53_loco_mfg.h +++ b/include/configs/mx53_loco_mfg.h @@ -64,7 +64,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 @@ -236,7 +236,7 @@ */ #define CONFIG_SYS_NO_FLASH -#define CONFIG_ENV_SECT_SIZE (128 * 1024) +#define CONFIG_ENV_SECT_SIZE (8 * 1024) #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE #define CONFIG_ENV_IS_NOWHERE |