On Wed, Oct 31, 2018 at 9:18 PM kbuild test robot <l...@intel.com> wrote: > > Hi Rob, > > FYI, the error/warning still remains.
I replied on another one of these reports that these failures need to be fixed by using "CONFIG_OF_ALL_DTBS=y CONFIG_DTC=y" instead of just "CONFIG_OF_ALL_DTBS=y" as specifying kconfig options on the command line ignores any select or depends AFAICT. I partially fixed these in some cases by making 'all' only include 'dtbs' target when CONFIG_OF_EARLY_FLATTREE is enabled. I'm not exactly sure why mips and xtensa still fail. Rob