diff options
Diffstat (limited to 'include/configs/smdk2400.h')
-rw-r--r-- | include/configs/smdk2400.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/smdk2400.h b/include/configs/smdk2400.h index 0cd6e7f..543dfb0 100644 --- a/include/configs/smdk2400.h +++ b/include/configs/smdk2400.h @@ -54,7 +54,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 |