]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Makefile: Correct logic for DM_SCSI + unconverted drivers check
authorStefan Roese <sr@denx.de>
Tue, 12 Mar 2019 06:46:35 +0000 (07:46 +0100)
committerStefan Roese <sr@denx.de>
Fri, 12 Apr 2019 05:04:18 +0000 (07:04 +0200)
commit29a6fa7756c1274f4bc15c42505bd87c053fd8a3
tree95d8148c950dc535081f009efa40e99b1ef8a05c
parent54055ff7a6e66e7206db6f5e350f3880983afdd8
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_AHCI & CONFIG_BLK by itself, as that is not a bug.

This was detected when converting the Armada XP SATA driver sata_mv.c
to DM with AHCI & BLK support. This warning is still printed without
this patch applied here.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Makefile