Hi Jagan, On Wed, Nov 21, 2018 at 2:01 AM Jagan Teki <ja...@amarulasolutions.com> wrote: > > +ifeq ($(CONFIG_DM_SPI),) > +ifeq ($(CONFIG_DAVINCI_SPI),y) > + @echo "===================== WARNING ======================" > + @echo "This board uses SPI driver from drivers/spi/ without" > + @echo "enabling CONFIG_DM_SPI. Please enable CONFIG_DM_SPI" > + @echo "otherwise SPI on this board, cannot work." > + @echo "====================================================" > +endif
Is it worth making this @echo >&2 "...." that way buildman will consider this a warning. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot