From c3b572c4e29224bb5080a6d29a27d25efb037d4f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 26 Aug 2017 21:17:05 -0400 Subject: [PATCH] cmd/spl.c: Include for fdt_totalsize In order to be able to reliably use fdt_totalsize, we must have included. Fixes: 767cb74a0028 ("cmd: spl: provide address and size of prepared FDT ...") Signed-off-by: Tom Rini --- cmd/spl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/spl.c b/cmd/spl.c index 1165b786d34..ad033652d4c 100644 --- a/cmd/spl.c +++ b/cmd/spl.c @@ -8,6 +8,7 @@ #include #include #include +#include DECLARE_GLOBAL_DATA_PTR; -- 2.39.2