mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 07:41:42 +01:00
lib: Remove hartid paramter from early_init() and final_init() callbacks
We simplify early_init() and final_init() callbacks of sbi_platform by removing "hartid" parameter. Signed-off-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#define SIFIVE_U_UART0_ADDR 0x10013000
|
||||
#define SIFIVE_U_UART1_ADDR 0x10023000
|
||||
|
||||
static int sifive_u_final_init(u32 hartid, bool cold_boot)
|
||||
static int sifive_u_final_init(bool cold_boot)
|
||||
{
|
||||
void *fdt;
|
||||
|
||||
|
Reference in New Issue
Block a user