mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
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:
File diff suppressed because it is too large
Load Diff
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user