From d1e0f7f25b2f1527425942dfc327f1d4a61bbff4 Mon Sep 17 00:00:00 2001 From: Guo Ren Date: Thu, 12 Oct 2023 04:59:13 -0400 Subject: utils/reset: Remove fdt_reset_thead In the past, we used fdt_reset_thead to help customers with prototype verification. However, with the emergence of the Big-little SoC system, it can no longer meet the demand. Therefore, we use zero_stage_boot instead of fdt_reset_thead. It cleans up the opensbi code and ends the disputation of reset_sample's dts. This patch removes the fdt_reset_thead component and updates the related doc. Signed-off-by: Guo Ren Signed-off-by: Guo Ren Reviewed-by: Anup Patel --- platform/generic/configs/defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'platform') diff --git a/platform/generic/configs/defconfig b/platform/generic/configs/defconfig index c432bc2..95bab61 100644 --- a/platform/generic/configs/defconfig +++ b/platform/generic/configs/defconfig @@ -27,7 +27,6 @@ CONFIG_FDT_RESET_GPIO=y CONFIG_FDT_RESET_HTIF=y CONFIG_FDT_RESET_SUNXI_WDT=y CONFIG_FDT_RESET_SYSCON=y -CONFIG_FDT_RESET_THEAD=y CONFIG_FDT_SERIAL=y CONFIG_FDT_SERIAL_CADENCE=y CONFIG_FDT_SERIAL_GAISLER=y -- cgit v1.1