summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-10-23 08:33:56 -0600
committerTom Rini <[email protected]>2024-10-23 08:33:56 -0600
commit7af813341d5df064aeee764c31ffb50ffcdf4eb6 (patch)
tree54b73688ebc3a841f0d347e6f4f3da84aaa294b4 /boot
parent392ff1449f7d30cc48fd4d17320d05882cd68f2e (diff)
parented3410ee6049a7683718e8255575ad55ee1bdefd (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog
CI: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=378&view=results * watchdog: gpio_wdt: add support for stoppable devices (Rasmus) * watchdog: Add DaVinci's watchdog support (Bastien) * cyclic: disentangling cyclic API from schedule() (Rasmus) * watchdog: introduce separate SPL symbol for WDT_GPIO (Rasmus)
Diffstat (limited to 'boot')
-rw-r--r--boot/cedit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/cedit.c b/boot/cedit.c
index d12892fbc4a..d69290c172e 100644
--- a/boot/cedit.c
+++ b/boot/cedit.c
@@ -20,6 +20,7 @@
#include <video.h>
#include <linux/delay.h>
#include "scene_internal.h"
+#include <u-boot/schedule.h>
enum {
CMOS_MAX_BITS = 2048,