commit | 9ee7b73a9267c1d435a179878e3a4e312635e5e5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 28 15:13:46 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 18 19:24:24 2022 -0600 |
tree | 4fdda3aa0b499d512ba83e49f17b790d8195eb62 | |
parent | 40f1abecbf2371d20a8f0cee01f8f1a0be328e9f [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>
diff --git a/arch/sandbox/cpu/spl.c b/arch/sandbox/cpu/spl.c index 650bdb0..3f107b8 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>