summaryrefslogtreecommitdiff
path: root/lib_arm/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_arm/board.c')
-rw-r--r--lib_arm/board.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c
index 904ea89c2..a0e56d5ae 100644
--- a/lib_arm/board.c
+++ b/lib_arm/board.c
@@ -82,16 +82,6 @@ extern void rtl8019_get_enetaddr (uchar * addr);
#include <i2c.h>
#endif
-static
-void mem_malloc_init (ulong start, ulong size)
-{
- mem_malloc_start = start;
- mem_malloc_end = start + size;
- mem_malloc_brk = start;
-
- memset ((void *)mem_malloc_start, 0, size);
-}
-
/************************************************************************
* Coloured LED functionality