summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-03-01 01:13:46 +0300
committerSimon Glass <sjg@chromium.org>2022-03-19 04:24:24 +0300
commitacc874a4c5d96d26658bbd90c9da500828b7ed96 (patch)
tree4fdda3aa0b499d512ba83e49f17b790d8195eb62 /arch/sandbox/cpu
parentd02f99dd6716f6e55efe41ea2fa3cd60b03fa4af (diff)
downloadu-boot-acc874a4c5d96d26658bbd90c9da500828b7ed96.tar.xz
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/sandbox/cpu')
-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>