platform: sophgo: allow any hart as cold boot hart

Signed-off-by: Xiaoguang Xing <xiaoguang.xing@sophgo.com>
This commit is contained in:
Xiaoguang Xing
2024-01-30 15:28:34 +08:00
parent 408283dd89
commit 725bce31fb

View File

@@ -19,7 +19,7 @@
#include <sbi/sbi_platform.h>
#include <sbi_utils/fdt/fdt_helper.h>
static u32 selected_hartid = 0;
static u32 selected_hartid = -1;
static bool sg2260_cold_boot_allowed(u32 hartid,
const struct fdt_match *match)