提交 6b0afcc8 编写于 作者: L Lars Povlsen 提交者: Tom Rini

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: NLars Povlsen <lars.povlsen@microsemi.com>
Reviewed-by: NJean-Jacques Hiblot <jjhiblot@ti.com>
上级 cdef6bb4
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册