diff options
author | Simon Glass | 2022-02-28 15:13:46 -0700 |
---|---|---|
committer | Simon Glass | 2022-03-18 19:24:24 -0600 |
commit | acc874a4c5d96d26658bbd90c9da500828b7ed96 (patch) | |
tree | 4fdda3aa0b499d512ba83e49f17b790d8195eb62 | |
parent | d02f99dd6716f6e55efe41ea2fa3cd60b03fa4af (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>
-rw-r--r-- | arch/sandbox/cpu/spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/cpu/spl.c b/arch/sandbox/cpu/spl.c index 650bdb0a701..3f107b8acbd 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> |