Re: [U-Boot] [PATCH] cmd/spl.c: Include for fdt_totalsize

2017-08-28 Thread Joe Hershberger
On Sat, Aug 26, 2017 at 8:18 PM, Tom Rini wrote: > 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 Reviewed-by: Joe Hershberger Tested-by: Joe Hershberger _

[U-Boot] [PATCH] cmd/spl.c: Include for fdt_totalsize

2017-08-26 Thread Tom Rini
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 1165b786d342..ad033652d4