summaryrefslogtreecommitdiff
path: root/include/configs/sc520_cdp.h
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2009-11-24 20:04:13 +1100
committerWolfgang Denk <wd@denx.de>2009-12-05 01:02:10 +0100
commitb4feeb4e8a1d9124bae39985a97b99d08e06186d (patch)
treeef7a0d8a2b8616561da4f3ef578e5c2e1823ceec /include/configs/sc520_cdp.h
parentc74bfce0fb20ec4d01809fa0566263894923467b (diff)
i386: Fix malloc initialization
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'include/configs/sc520_cdp.h')
-rw-r--r--include/configs/sc520_cdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sc520_cdp.h b/include/configs/sc520_cdp.h
index 214a9af35..2f1dae729 100644
--- a/include/configs/sc520_cdp.h
+++ b/include/configs/sc520_cdp.h
@@ -65,7 +65,7 @@
/*
* Size of malloc() pool
*/
-#define CONFIG_MALLOC_SIZE (CONFIG_ENV_SIZE + 128*1024)
+#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024)
#define CONFIG_BAUDRATE 9600