aboutsummaryrefslogtreecommitdiff
path: root/tip22/tftpload.c
diff options
context:
space:
mode:
Diffstat (limited to 'tip22/tftpload.c')
-rw-r--r--tip22/tftpload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tip22/tftpload.c b/tip22/tftpload.c
index 37ca7d1..36465bf 100644
--- a/tip22/tftpload.c
+++ b/tip22/tftpload.c
@@ -109,7 +109,7 @@ static void InitMalloc(void)
printf("Adding %lu bytes at 0x%lx to the list of available memory\n\r",
end-start, start);
#endif
- arclib_malloc_add(start, end - start);
+ malloc_area_add(start, end - start);
}
}
current = ArcGetMemoryDescriptor(current);