Update boards/arm64/a64/pinephone/src/pinephone_boardinit.c

Co-authored-by: hartmannathan <59230071+hartmannathan@users.noreply.github.com>
This commit is contained in:
Lee Lup Yuen 2022-11-25 12:07:57 +08:00 committed by Xiang Xiao
parent b31054b1e3
commit c2d083e3c1

View File

@ -89,7 +89,7 @@ void a64_board_initialize(void)
* If CONFIG_BOARD_LATE_INITIALIZE is selected, then an additional * If CONFIG_BOARD_LATE_INITIALIZE is selected, then an additional
* initialization call will be performed in the boot-up sequence to a * initialization call will be performed in the boot-up sequence to a
* function called board_late_initialize(). board_late_initialize() will be * 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 * initial application is started. This additional initialization phase
* may be used, for example, to initialize board-specific device drivers. * may be used, for example, to initialize board-specific device drivers.
* *