From: Lars Povlsen Date: Tue, 23 Oct 2018 08:21:25 +0000 (+0200) Subject: common: Compile error with CONFIG_MULTI_DTB_FIT and not SPL X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=6b0afcc85092650ce386868254c4a607ca7f1a26;p=u-boot.git common: Compile error with CONFIG_MULTI_DTB_FIT and not SPL common/common_fit.c is including , 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 Reviewed-by: Jean-Jacques Hiblot --- 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 #include #include -#include ulong fdt_getprop_u32(const void *fdt, int node, const char *prop) {