Skip to content

Commit

Permalink
boards/qemu-armv7r: fix typo in comment
Browse files Browse the repository at this point in the history
This fixes the typo imx_bringup as qemu_bringup to match function
name.

Signed-off-by: Yanfeng Liu <[email protected]>
  • Loading branch information
yf13 authored and xiaoxiang781216 committed Jan 21, 2025
1 parent de4135a commit 4fa7ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/qemu/qemu-armv7r/src/qemu_bringup.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static void register_devices_from_fdt(void)
****************************************************************************/

/****************************************************************************
* Name: imx_bringup
* Name: qemu_bringup
*
* Description:
* Bring up board features
Expand Down

0 comments on commit 4fa7ab8

Please sign in to comment.