enable "watchdog" extension for ODroid-N2

This commit is contained in:
Igor Velkov
2025-12-09 04:27:29 +02:00
committed by Rolf Leggewie
parent 4cb597be8c
commit 61ee51f211

View File

@@ -12,6 +12,7 @@ BOOTCONFIG="odroid-n2_defconfig" # For mainline uboot
# Enable btrfs support in u-boot
enable_extension "uboot-btrfs"
enable_extension "watchdog"
# Newer u-boot for the N2/N2+
BOOTBRANCH_BOARD="tag:v2026.01-rc2"