commit | ddfe346f4cd4bd108fb37fc065f3b06acd4cf5b4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jan 07 22:57:56 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 08 17:54:53 2019 -0500 |
tree | f8f88ff4f7c92ff6f21c85ea24d8e26f87d8e0bb | |
parent | 54707a942009fae083dd78b58ff057127ba0e900 [diff] |
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>