Skip to content

Commit

Permalink
Update boards/arm64/a64/pinephone/src/pinephone_boardinit.c
Browse files Browse the repository at this point in the history
Co-authored-by: hartmannathan <59230071+hartmannathan@users.noreply.github.com>
  • Loading branch information
2 people authored and xiaoxiang781216 committed Nov 25, 2022
1 parent b31054b commit c2d083e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm64/a64/pinephone/src/pinephone_boardinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void a64_board_initialize(void)
* If CONFIG_BOARD_LATE_INITIALIZE is selected, then an additional
* initialization call will be performed in the boot-up sequence to a
* function called board_late_initialize(). board_late_initialize() will be
* called immediately after up_intitialize() is called and just before the
* called immediately after up_initialize() is called and just before the
* initial application is started. This additional initialization phase
* may be used, for example, to initialize board-specific device drivers.
*
Expand Down

0 comments on commit c2d083e

Please sign in to comment.