Several important Kinetis build fixes

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3891 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-08-18 18:16:47 +00:00
parent 86c67b9cd5
commit 67a430c147
2 changed files with 380 additions and 375 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -116,7 +116,7 @@ void __start(void)
* at _framfuncs
*/
#ifndef CONFIG_BOOT_RAMFUNCS
#ifdef CONFIG_BOOT_RAMFUNCS
for (src = &_framfuncs, dest = &_sramfuncs; dest < &_eramfuncs; )
{
*dest++ = *src++;