feat(watchdog): enabled watchdog for EAGLE40-03
This commit is contained in:
parent
027ffafd72
commit
23d4da7542
|
|
@ -35,6 +35,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " kernel-modules"
|
||||||
# COREOS_IMAGE_SWUPDATE_EXTRACLASSES += "" --> TBD
|
# COREOS_IMAGE_SWUPDATE_EXTRACLASSES += "" --> TBD
|
||||||
|
|
||||||
# No watchdog available yet
|
# No watchdog available yet
|
||||||
EFIBOOTGUARD_TIMEOUT ?= "0"
|
EFIBOOTGUARD_TIMEOUT ?= "60"
|
||||||
require conf/machine/include/coreos-generic-features/efi.inc
|
require conf/machine/include/coreos-generic-features/efi.inc
|
||||||
require conf/machine/include/coreos-generic-features/partitions.inc
|
require conf/machine/include/coreos-generic-features/partitions.inc
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
CONFIG_F71808E_WDT=y
|
||||||
|
CONFIG_WATCHDOG_SYSFS=y
|
||||||
Loading…
Reference in New Issue