From ea61dba2159dde7b53fda2bcabdd172a081687ef Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 23 Feb 2012 18:42:36 +0000 Subject: 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 --- nuttx/configs/c5471evm/nsh/ld.script | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/configs/c5471evm/nsh') 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 + * Copyright (C) 2007, 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * 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; -- cgit v1.2.3