From: Heinrich Schuchardt Date: Mon, 7 Nov 2022 09:55:46 +0000 (+0100) Subject: riscv: enable reset via SBI on PolarFire Icicle Kit X-Git-Tag: v2025.01-rc5-pxa1908~1211^2 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=591e0f878083925e7afff82e1774ba295a7767aa;p=u-boot.git riscv: enable reset via SBI on PolarFire Icicle Kit HSS 2022.10 provides support for resetting the board. Signed-off-by: Heinrich Schuchardt Reviewed-by: Padmarao Begari Tested-by: Padmarao Begari Reviewed-by: Conor Dooley --- diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig index 19947ea90b..887a58e70a 100644 --- a/configs/microchip_mpfs_icicle_defconfig +++ b/configs/microchip_mpfs_icicle_defconfig @@ -21,3 +21,5 @@ CONFIG_SYS_BOOTM_LEN=0x4000000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_BOOTP_SEND_HOSTNAME=y CONFIG_DM_MTD=y +CONFIG_SYSRESET=y +CONFIG_SYSRESET_SBI=y