[PATCH 2/5] sandbox: Add the handoff header for spl

Simon Glass sjg at chromium.org
Mon Feb 28 23:13:46 CET 2022


This defines a function declared in handoff.h so add the header.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 arch/sandbox/cpu/spl.c | 1 +
 1 file changed, 1 insertion(+)

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>
-- 
2.35.1.574.g5d30c73bfb-goog



More information about the U-Boot mailing list