summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common/up_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-25 17:33:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-25 17:33:41 +0000
commit27c3eb5b66089e278ebace37fe2392a190f8edde (patch)
tree0b7f8e8de7f36736f82b89b3b40f92bdaa7ed547 /nuttx/arch/arm/src/common/up_internal.h
parent0f0ce3d8b2dfd3d7a8642c203f249dcd38738592 (diff)
downloadnuttx-27c3eb5b66089e278ebace37fe2392a190f8edde.tar.gz
nuttx-27c3eb5b66089e278ebace37fe2392a190f8edde.tar.bz2
nuttx-27c3eb5b66089e278ebace37fe2392a190f8edde.zip
convert Kwikstik K40 configurations to use kconfig-frontends tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5784 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/common/up_internal.h')
-rw-r--r--nuttx/arch/arm/src/common/up_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/common/up_internal.h b/nuttx/arch/arm/src/common/up_internal.h
index 1a7c1e304..5f3f5e63b 100644
--- a/nuttx/arch/arm/src/common/up_internal.h
+++ b/nuttx/arch/arm/src/common/up_internal.h
@@ -211,7 +211,7 @@ extern uint32_t _ebss; /* End+1 of .bss */
#ifdef CONFIG_ARCH_RAMFUNCS
-# define __ramfunc__ __attribute__ ((section(".ramfunc")))
+# define __ramfunc__ __attribute__ ((section(".ramfunc"),long_call))
/* Functions decleared in the .ramfunc section will be packaged together
* by the linker script and stored in FLASH. During boot-up, the start