mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
cdef6bb43c
commit
6b0afcc850
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue