
11 Apr
2019
11 Apr
'19
2:02 p.m.
On 12.03.19 07:46, Stefan Roese wrote:
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
v2:
- Rework checks as suggested by Tom
Applied to u-boot-marvell/master.
Thanks, Stefan