From 27c3eb5b66089e278ebace37fe2392a190f8edde Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 25 Mar 2013 17:33:41 +0000 Subject: 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 --- nuttx/arch/arm/src/common/up_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/arm/src/common') 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 -- cgit v1.2.3