summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1/src/up_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/avr32dev1/src/up_boot.c')
-rwxr-xr-xnuttx/configs/avr32dev1/src/up_boot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/avr32dev1/src/up_boot.c b/nuttx/configs/avr32dev1/src/up_boot.c
index 0fc8971d1..f75cda398 100755
--- a/nuttx/configs/avr32dev1/src/up_boot.c
+++ b/nuttx/configs/avr32dev1/src/up_boot.c
@@ -63,7 +63,7 @@
************************************************************************************/
/************************************************************************************
- * Name: avr32_boardinitialize
+ * Name: at91uc3_boardinitialize
*
* Description:
* All AVR32 architectures must provide the following entry point. This entry point
@@ -72,13 +72,13 @@
*
************************************************************************************/
-void avr32_boardinitialize(void)
+void at91uc3_boardinitialize(void)
{
/* Configure SPI chip selects */
/* Configure on-board LEDs if LED support has been selected. */
#ifdef CONFIG_ARCH_LEDS
- up_ledinit();
+ avr32dev1_ledinitialize();
#endif
}