]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5ea1d10f9813215a145235bb50a496e9ffec3b32
treef3f57c519b0de174bc65dcdaf4e67c8529837098
parentb9cc55ce91092bd55b3c617ca7368e15b7019960
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: a6d2f185d433 ("cmd: spl: provide address and size of prepared FDT ...")
Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/spl.c