aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-12-09 14:35:44 -0500
committerTom Rini <trini@konsulko.com>2023-12-09 14:35:44 -0500
commit873791433602281ed230486606e326983c97a285 (patch)
tree913578d78305a56be87a59088484c6c8f77bf369 /configs
parentdd29208815bae293df1ac1bfb8f298a541f5bd4d (diff)
parent94533cd9c15a60b74420e53a725fab54d38dd555 (diff)
downloadu-boot-873791433602281ed230486606e326983c97a285.zip
u-boot-873791433602281ed230486606e326983c97a285.tar.gz
u-boot-873791433602281ed230486606e326983c97a285.tar.bz2
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
- StarFive: Add StarFive watchdog driver - VisionFive2: Support device tree overlay for VisionFive2 board - Andes: Fix PLIC-SW setting - RISC-V: Fix NVMe support by implying NVME_PCI for QEMU - RISC-V: Fix binman for 64 bit format load address
Diffstat (limited to 'configs')
-rw-r--r--configs/starfive_visionfive2_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
index b15e7d2..7b39a63 100644
--- a/configs/starfive_visionfive2_defconfig
+++ b/configs/starfive_visionfive2_defconfig
@@ -72,6 +72,7 @@ CONFIG_CMD_MEMINFO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_PCI=y
CONFIG_CMD_USB=y
+CONFIG_CMD_WDT=y
CONFIG_CMD_TFTPPUT=y
CONFIG_CMD_BOOTSTAGE=y
CONFIG_OF_BOARD=y
@@ -133,3 +134,7 @@ CONFIG_USB_EHCI_PCI=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_PCI=y
CONFIG_USB_KEYBOARD=y
+# CONFIG_WATCHDOG is not set
+# CONFIG_WATCHDOG_AUTOSTART is not set
+CONFIG_WDT=y
+CONFIG_WDT_STARFIVE=y