Re: [U-Boot] Compile error with CONFIG_MULTI_DTB_FIT and not SPL

2018-10-23 Thread Lars.Povlsen
... > I believe that spl.h is not needed at all here. It should be removed JJ Thanks for the feedback, I have sent a new patch to that effect. ---Lars ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] Compile error with CONFIG_MULTI_DTB_FIT and not SPL

2018-10-22 Thread Jean-Jacques Hiblot
On 22/10/2018 10:48, Lars Povlsen wrote: When changing some MIPS configs from CONFIG_OF_EMBED to CONFIG_OF_SEPARATE, I ran into this compile issue since SPL is not enabled. The fix is to guard the header with the CONFIG_SPL_LIBCOMMON_SUPPORT preprocessor symbol. It seems that the is not need

[U-Boot] Compile error with CONFIG_MULTI_DTB_FIT and not SPL

2018-10-22 Thread Lars Povlsen
When changing some MIPS configs from CONFIG_OF_EMBED to CONFIG_OF_SEPARATE, I ran into this compile issue since SPL is not enabled. The fix is to guard the header with the CONFIG_SPL_LIBCOMMON_SUPPORT preprocessor symbol. It seems that the is not needed even when SPL is enabled, but I'm not 100