diff options
Diffstat (limited to 'lib_arm')
-rw-r--r-- | lib_arm/board.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c index 904ea89..a0e56d5 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 |