ARCH: imx: Call sata_remove() not on imx6 duallite/solo boards
authorLudwig Zenz <lzenz@dh-electronics.com>
Tue, 2 Jul 2019 13:10:52 +0000 (15:10 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 19 Jul 2019 18:32:24 +0000 (20:32 +0200)
commit86e59530be5b0a87641d3bd76959a55b99028bc2
tree73db72e656f6bc856cf7ac792c3a28c1be19ee22
parent6e75cb237d6398254c62ded0d27a30c9c59438b1
ARCH: imx: Call sata_remove() not on imx6 duallite/solo boards

For a single binary approach for imx6 quad/dual/duallite/solo it
is necessary to enable CONFIG_SATA for quad/dual. On the other hand
on imx6 duallite/sole SATA is not available.
Therefore sata_remove() is skipped according to a blacklist scheme.

Adding further imx derivates is probably not recessary as they are
usually not pin-compatible and therefore a different board with its
own configuration.

Signed-off-by: Ludwig Zenz <lzenz@dh-electronics.com>
arch/arm/mach-imx/cpu.c