]> git.dujemihanovic.xyz Git - u-boot.git/commit
watchdog: Drop GD_FLG_WDT_READY as it's not used any more
authorStefan Roese <sr@denx.de>
Thu, 17 Nov 2022 08:20:34 +0000 (09:20 +0100)
committerStefan Roese <sr@denx.de>
Tue, 22 Nov 2022 07:56:26 +0000 (08:56 +0100)
commit5cbd0295392be32be3bb80da4fa3edee9a5c7287
tree65c81cde441b1eb0e737988ed4fb307331ab0d1f
parentdca313ff9dea03d523e3a63568b5ed265f811c91
watchdog: Drop GD_FLG_WDT_READY as it's not used any more

Since commit c2fd0ca1a822
("watchdog: Integrate watchdog triggering into the cyclic framework")
GD_FLG_WDT_READY has become write-only. This patch now removes this
flag completely.

The vacant spot in gd_flags is filled with the newly introduced
GD_FLG_CYCLIC_RUNNING flag.

Suggested-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/watchdog/wdt-uclass.c
include/asm-generic/global_data.h