summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-23 18:42:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-23 18:42:36 +0000
commitea61dba2159dde7b53fda2bcabdd172a081687ef (patch)
treecfcaab6f88472fb43bbfe878b843f41eb8fe6608 /nuttx/configs/c5471evm/nsh
parente684270a1ae6eccb65fbc4ab44f455e8d46de29f (diff)
downloadpx4-nuttx-ea61dba2159dde7b53fda2bcabdd172a081687ef.tar.gz
px4-nuttx-ea61dba2159dde7b53fda2bcabdd172a081687ef.tar.bz2
px4-nuttx-ea61dba2159dde7b53fda2bcabdd172a081687ef.zip
Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4417 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/c5471evm/nsh')
-rw-r--r--nuttx/configs/c5471evm/nsh/ld.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/c5471evm/nsh/ld.script b/nuttx/configs/c5471evm/nsh/ld.script
index 0aadf36d3..89397f3ad 100644
--- a/nuttx/configs/c5471evm/nsh/ld.script
+++ b/nuttx/configs/c5471evm/nsh/ld.script
@@ -1,8 +1,8 @@
/************************************************************
* ld.script
*
- * Copyright (C) 2007, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2007, 2011-2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -39,7 +39,7 @@ SECTIONS
{
/* Interrupt vector trampoline and command line parameters
* are provided in IRAM by the rrload bootloader. Vectors will be
- * copied into _svectors from _vflashstart.
+ * copied into _svectors.
*/
. = 0xffc00000;