summaryrefslogtreecommitdiff
path: root/common/common_fit.c
diff options
context:
space:
mode:
authorLars Povlsen <lars.povlsen@microsemi.com>2018-10-23 11:21:25 +0300
committerTom Rini <trini@konsulko.com>2018-11-09 18:44:50 +0300
commit6b0afcc85092650ce386868254c4a607ca7f1a26 (patch)
treeb41cc192a6e112d8a28471509eee486c84d6b1f9 /common/common_fit.c
parentcdef6bb43cd10360eef5af05fea4e10158d2ff55 (diff)
downloadu-boot-6b0afcc85092650ce386868254c4a607ca7f1a26.tar.xz
common: Compile error with CONFIG_MULTI_DTB_FIT and not SPL
common/common_fit.c is including <spl.h>, but not actually using it. The inclusion will cuase compile error on platforms using CONFIG_OF_SEPARATE and not SPL. Signed-off-by: Lars Povlsen <lars.povlsen@microsemi.com> Reviewed-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'common/common_fit.c')
-rw-r--r--common/common_fit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/common_fit.c b/common/common_fit.c
index 08b51eaffc..41305d8aa6 100644
--- a/common/common_fit.c
+++ b/common/common_fit.c
@@ -8,7 +8,6 @@
#include <errno.h>
#include <image.h>
#include <linux/libfdt.h>
-#include <spl.h>
ulong fdt_getprop_u32(const void *fdt, int node, const char *prop)
{