summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-02-28 15:13:46 -0700
committerSimon Glass <sjg@chromium.org>2022-03-18 19:24:24 -0600
commitacc874a4c5d96d26658bbd90c9da500828b7ed96 (patch)
tree4fdda3aa0b499d512ba83e49f17b790d8195eb62 /arch
parentd02f99dd6716f6e55efe41ea2fa3cd60b03fa4af (diff)
sandbox: Add the handoff header for spl
This defines a function declared in handoff.h so add the header. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/cpu/spl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/cpu/spl.c b/arch/sandbox/cpu/spl.c
index 650bdb0a70..3f107b8acb 100644
--- a/arch/sandbox/cpu/spl.c
+++ b/arch/sandbox/cpu/spl.c
@@ -6,6 +6,7 @@
#include <common.h>
#include <dm.h>
#include <hang.h>
+#include <handoff.h>
#include <init.h>
#include <log.h>
#include <os.h>