diff options
Diffstat (limited to 'include/configs/lart.h')
-rw-r--r-- | include/configs/lart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/lart.h b/include/configs/lart.h index aa2dfa0..32153fc 100644 --- a/include/configs/lart.h +++ b/include/configs/lart.h @@ -45,7 +45,7 @@ /* * Size of malloc() pool */ -#define CONFIG_MALLOC_SIZE (CFG_ENV_SIZE + 128*1024) +#define CFG_MALLOC_LEN (CFG_ENV_SIZE + 128*1024) /* * Hardware drivers |