mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 15:31:22 +01:00
template: Fix typo in platform_final_init
There was a space instead of '_' in the function `platform_final_init`.
This commit is contained in:

committed by
Anup Patel

parent
d046974cf6
commit
4b92518959
@@ -27,7 +27,7 @@ static int platform_early_init(bool cold_boot)
|
||||
/*
|
||||
* Platform final initialization.
|
||||
*/
|
||||
static int platform final_init(bool cold_boot);
|
||||
static int platform_final_init(bool cold_boot);
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user