common: Compile error with CONFIG_MULTI_DTB_FIT and not SPL
authorLars Povlsen <lars.povlsen@microsemi.com>
Tue, 23 Oct 2018 08:21:25 +0000 (10:21 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 9 Nov 2018 15:44:50 +0000 (10:44 -0500)
commit6b0afcc85092650ce386868254c4a607ca7f1a26
treeb41cc192a6e112d8a28471509eee486c84d6b1f9
parentcdef6bb43cd10360eef5af05fea4e10158d2ff55
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>
common/common_fit.c