summaryrefslogtreecommitdiff
path: root/nuttx/configs/qemu-i486/src/qemu_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/qemu-i486/src/qemu_boot.c')
-rw-r--r--nuttx/configs/qemu-i486/src/qemu_boot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/qemu-i486/src/qemu_boot.c b/nuttx/configs/qemu-i486/src/qemu_boot.c
index 27b05b397..8f43ebf91 100644
--- a/nuttx/configs/qemu-i486/src/qemu_boot.c
+++ b/nuttx/configs/qemu-i486/src/qemu_boot.c
@@ -63,16 +63,16 @@
************************************************************************************/
/************************************************************************************
- * Name: up_boardinitialize
+ * Name: x86_boardinitialize
*
* Description:
* All x86 architectures must provide the following entry point. This entry point
- * is called early in the intitialization -- after all memory has been configured
+ * is called early in the initialization -- after all memory has been configured
* and mapped but before any devices have been initialized.
*
************************************************************************************/
-void up_boardinitialize(void)
+void x86_boardinitialize(void)
{
/* Configure on-board LEDs if LED support has been selected. */