Skip to content
Snippets Groups Projects
Commit c3b572c4 authored by Tom Rini's avatar Tom Rini
Browse files

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: 767cb74a ("cmd: spl: provide address and size of prepared FDT ...")
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 8b3cec7d
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <cmd_spl.h> #include <cmd_spl.h>
#include <libfdt.h>
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment