[U-Boot] Bogus message about SCSI during build

Tom Rini trini at konsulko.com
Wed Dec 26 16:38:34 UTC 2018


On Thu, Dec 13, 2018 at 12:52:21PM +0800, Bin Meng wrote:
> Hi Andy,
> 
> On Wed, Dec 12, 2018 at 12:21 AM Andy Shevchenko
> <andy.shevchenko at gmail.com> wrote:
> >
> > Hi!
> >
> > Since X86 implies SCSI and Intel Edison board does not use it, I have got a
> > ===================== WARNING ======================
> > This board does not use CONFIG_DM_SCSI. Please update
> > the storage controller to use CONFIG_DM_SCSI before the v2019.07 release.
> > Failure to update by the deadline may result in board removal.
> > See doc/driver-model/MIGRATION.txt for more info.
> > ====================================================
> >
> > Is anybody aware of?
> 
> AFAIK , this warning message is intentional to push board maintainers
> to convert their boards over to driver model.
> 
> For the edison board, if SCSI is not used. you can turn it off in the
> board defconfig file.

Right.  Our warnings now are perhaps a bit too easy to trip over because
there are cases like this where you don't need SCSI (or other things)
but have them on without having DM_xxx and BLK enabled.  In this case
the right thing to do is disable stuff you don't need.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181226/caadee8a/attachment.sig>


More information about the U-Boot mailing list