commit | 93c30606f8257f2cfab62286256d5610df895956 | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Tue Nov 24 20:04:13 2009 +1100 |
committer | Wolfgang Denk <wd@denx.de> | Sat Dec 05 01:02:10 2009 +0100 |
tree | ef7a0d8a2b8616561da4f3ef578e5c2e1823ceec | |
parent | 090221dafa38dd4ba6ee8175c24348e91fa95a05 [diff] [blame] |
i386: Fix malloc initialization Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
diff --git a/include/configs/sc520_spunk.h b/include/configs/sc520_spunk.h index f3fc960..cf5633c 100644 --- a/include/configs/sc520_spunk.h +++ b/include/configs/sc520_spunk.h
@@ -63,7 +63,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