summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-02 19:04:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-02 19:04:44 +0000
commitf5d629b65b9588ddae1333f06aa392083c284949 (patch)
tree01e8e16f655b7738037330adbef3120df72bfb3f /nuttx/configs/ea3131
parentc3e496ad6e836db85c8c8fa7118aa9ed8b99ded3 (diff)
downloadpx4-nuttx-f5d629b65b9588ddae1333f06aa392083c284949.tar.gz
px4-nuttx-f5d629b65b9588ddae1333f06aa392083c284949.tar.bz2
px4-nuttx-f5d629b65b9588ddae1333f06aa392083c284949.zip
Add SAM3U kernel build logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3456 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ea3131')
-rw-r--r--nuttx/configs/ea3131/locked/ld-locked.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/ea3131/locked/ld-locked.script b/nuttx/configs/ea3131/locked/ld-locked.script
index 5b5feeb1a..ddc865b2f 100644
--- a/nuttx/configs/ea3131/locked/ld-locked.script
+++ b/nuttx/configs/ea3131/locked/ld-locked.script
@@ -1,5 +1,5 @@
/****************************************************************************
- * configs/ea3131/pgnsh/ld-locked.script
+ * configs/ea3131/locked/ld-locked.script
*
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -40,4 +40,4 @@ SECTIONS
.text.locked : { *(.text .text.*) }
.data : { *(.data) }
.bss : { *(.bss) *(COMMON) }
-} \ No newline at end of file
+}