]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Correct logic for DM_SCSI + unconverted drivers check
authorTom Rini <trini@konsulko.com>
Tue, 8 Jan 2019 03:57:56 +0000 (22:57 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 8 Jan 2019 22:54:53 +0000 (17:54 -0500)
commit75e18f461c264f73a93e0a333be129bfe9b4bf39
treef8f88ff4f7c92ff6f21c85ea24d8e26f87d8e0bb
parent7a254b74887ca7853786dc4444d911ef53e68f18
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: 95e6c6333417 ("dm: MIGRATION: Add migration plan for CONFIG_SATA")
Signed-off-by: Tom Rini <trini@konsulko.com>
Makefile