]> git.ipfire.org Git - people/ms/u-boot.git/commit - cmd/spl.c
cmd/spl.c: Include <libfdt.h> for fdt_totalsize
authorTom Rini <trini@konsulko.com>
Sun, 27 Aug 2017 01:17:05 +0000 (21:17 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 27 Aug 2017 01:17:05 +0000 (21:17 -0400)
commitc3b572c4e29224bb5080a6d29a27d25efb037d4f
treef3f57c519b0de174bc65dcdaf4e67c8529837098
parent8b3cec7da18645eda7f7cd0b65ee9f2dac573409
cmd/spl.c: Include <libfdt.h> for fdt_totalsize

In order to be able to reliably use fdt_totalsize, we must have
<libfdt.h> included.

Fixes: 767cb74a0028 ("cmd: spl: provide address and size of prepared FDT ...")
Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/spl.c