From 591e0f878083925e7afff82e1774ba295a7767aa Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Mon, 7 Nov 2022 10:55:46 +0100 Subject: [PATCH] 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 --- configs/microchip_mpfs_icicle_defconfig | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5