Home
last modified time | relevance | path

Searched hist:ddfe346f4cd4bd108fb37fc065f3b06acd4cf5b4 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A DMakefileddfe346f4cd4bd108fb37fc065f3b06acd4cf5b4 Mon Jan 07 21:57:56 CST 2019 Tom Rini <trini@konsulko.com> Makefile: Correct logic for DM_SCSI + unconverted drivers check

When checking for boards that are enabling a SATA driver that isn't
converted to DM yet we need to be sure to not also trip over boards that
do set CONFIG_DM_SCSI by itself, as that is not a bug.

Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Fixes: ea9d7c17fc4c ("dm: MIGRATION: Add migration plan for CONFIG_SATA")
Signed-off-by: Tom Rini <trini@konsulko.com>