summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-17 00:24:19 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-17 00:24:19 +0000
commit692a1b12926b47ed1cd23f549ecd2e1e729d3369 (patch)
tree05828027e4154fdec73da3f6cbe998a1910f4a88 /nuttx/arch/sh
parent0147cf1250248f9298031d3df9d22be41bfa558e (diff)
More Kconfig stuff
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4623 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/sh')
-rw-r--r--nuttx/arch/sh/src/m16c/m16c_head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sh/src/m16c/m16c_head.S b/nuttx/arch/sh/src/m16c/m16c_head.S
index d0ab437612..4e6b0e2c83 100644
--- a/nuttx/arch/sh/src/m16c/m16c_head.S
+++ b/nuttx/arch/sh/src/m16c/m16c_head.S
@@ -158,7 +158,7 @@ _g_heapbase:
************************************************************************************/
/************************************************************************************
- * Name: _start
+ * Name: __start
*
* Description:
* After reset, program execution starts here.