summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-14 11:20:35 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-16 08:58:49 -0500
commitb3bb88be28d87b2c6873a4db84600412bb154216 (patch)
treee1929d09f7994d201adc6044c6f65604aa0403fd
parentarm/gp32/startup/bspstart.c: Ensure bsp_start_default() is static (diff)
downloadrtems-b3bb88be28d87b2c6873a4db84600412bb154216.tar.bz2
arm/gumstix/startup/bspstart.c: Ensure bsp_start_default() is static
-rw-r--r--c/src/lib/libbsp/arm/gumstix/startup/bspstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/gumstix/startup/bspstart.c b/c/src/lib/libbsp/arm/gumstix/startup/bspstart.c
index fd04435bf7..cfbb122762 100644
--- a/c/src/lib/libbsp/arm/gumstix/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/gumstix/startup/bspstart.c
@@ -26,7 +26,7 @@
* Since RTEMS is not configured, no RTEMS functions can be called.
*
*/
-void bsp_start_default( void )
+static void bsp_start_default( void )
{
/* disable interrupts */
XSCALE_INT_ICMR = 0x0;