From: Simon Glass Date: Mon, 28 Feb 2022 22:13:46 +0000 (-0700) Subject: sandbox: Add the handoff header for spl X-Git-Tag: v2022.07-rc1~46^2~11^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acc874a4c5d96d26658bbd90c9da500828b7ed96;p=pandora-u-boot.git sandbox: Add the handoff header for spl This defines a function declared in handoff.h so add the header. Signed-off-by: Simon Glass --- 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 #include #include +#include #include #include #include