From: Tom Rini Date: Sun, 27 Aug 2017 01:17:05 +0000 (-0400) Subject: cmd/spl.c: Include for fdt_totalsize X-Git-Tag: v2017.09-rc3~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3b572c4e29224bb5080a6d29a27d25efb037d4f;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/cmd/spl.c b/cmd/spl.c index 1165b78..ad03365 100644 --- a/cmd/spl.c +++ b/cmd/spl.c @@ -8,6 +8,7 @@ #include #include #include +#include DECLARE_GLOBAL_DATA_PTR;