summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/kernel/kernel.ld
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-09 01:27:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-09 01:27:42 +0000
commitc2e0b7742ea0d530ed9cf9628f88994063c8d5c0 (patch)
tree91c6e04ee0a0e76ab23cfa7d6883bf7ab4a91904 /nuttx/configs/sam3u-ek/kernel/kernel.ld
parentf2c129b281fc8fa30eccb9b34df534f954ee3c47 (diff)
downloadpx4-nuttx-c2e0b7742ea0d530ed9cf9628f88994063c8d5c0.tar.gz
px4-nuttx-c2e0b7742ea0d530ed9cf9628f88994063c8d5c0.tar.bz2
px4-nuttx-c2e0b7742ea0d530ed9cf9628f88994063c8d5c0.zip
With these fixes, the kernel build is basically functional (but there is more to be done)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5722 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sam3u-ek/kernel/kernel.ld')
-rw-r--r--nuttx/configs/sam3u-ek/kernel/kernel.ld8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/sam3u-ek/kernel/kernel.ld b/nuttx/configs/sam3u-ek/kernel/kernel.ld
index c288ab047..e0f2169be 100644
--- a/nuttx/configs/sam3u-ek/kernel/kernel.ld
+++ b/nuttx/configs/sam3u-ek/kernel/kernel.ld
@@ -67,10 +67,10 @@ MEMORY
* but be usable both by kernel- and user-space code
*/
-EXTERN(mm_initialize)
-EXTERN(mm_addregion)
-EXTERN(mm_trysemaphore)
-EXTERN(mm_givesemaphore)
+EXTERN(umm_initialize)
+EXTERN(umm_addregion)
+EXTERN(umm_trysemaphore)
+EXTERN(umm_givesemaphore)
EXTERN(malloc)
EXTERN(realloc)