[PATCH 1/1] riscv: enable reset via SBI on PolarFire Icicle Kit
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Mon Nov 7 10:55:46 CET 2022
HSS 2022.10 provides support for resetting the board.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
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 c295b9bad3..65bd50db80 100644
--- a/configs/microchip_mpfs_icicle_defconfig
+++ b/configs/microchip_mpfs_icicle_defconfig
@@ -21,3 +21,5 @@ CONFIG_SYS_MEM_TOP_HIDE=0x400000
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_BOOTP_SEND_HOSTNAME=y
CONFIG_DM_MTD=y
+CONFIG_SYSRESET=y
+CONFIG_SYSRESET_SBI=y
--
2.37.2
More information about the U-Boot
mailing list