diff options
Diffstat (limited to 'include/configs/ep7312.h')
-rw-r--r-- | include/configs/ep7312.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ep7312.h b/include/configs/ep7312.h index 6b30ce1..9a4c7e6 100644 --- a/include/configs/ep7312.h +++ b/include/configs/ep7312.h @@ -47,7 +47,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 |