summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/m16c/m16c_head.S
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sh/src/m16c/m16c_head.S')
-rw-r--r--nuttx/arch/sh/src/m16c/m16c_head.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/sh/src/m16c/m16c_head.S b/nuttx/arch/sh/src/m16c/m16c_head.S
index 470946313..e1eca90f1 100644
--- a/nuttx/arch/sh/src/m16c/m16c_head.S
+++ b/nuttx/arch/sh/src/m16c/m16c_head.S
@@ -260,8 +260,8 @@ __start:
/* Initialize onboard LEDs */
#ifdef CONFIG_ARCH_LEDS
- .globl _up_ledinit /* Boot LED setup */
- jsr.a _up_ledinit /* Call it */
+ .globl _board_led_initialize /* Boot LED setup */
+ jsr.a _board_led_initialize /* Call it */
#endif
showprogress '\n'