config/cn10k: disable octeontx2 drivers
authorTomasz Duszynski <tduszynski@marvell.com>
Fri, 1 Oct 2021 20:38:33 +0000 (22:38 +0200)
committerJerin Jacob <jerinj@marvell.com>
Fri, 8 Oct 2021 09:07:47 +0000 (11:07 +0200)
Common octeontx2 code shares some of the PCI identifiers
with cn10k platform and if built wrong drivers may be probed.

octeontx2 configuration disables common cn10k code so disable
common octeontx2 on cn10k.

Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
config/arm/arm64_cn10k_linux_gcc

index a3578c0..88e5f10 100644 (file)
@@ -14,3 +14,4 @@ endian = 'little'
 
 [properties]
 platform = 'cn10k'
+disable_drivers = 'common/octeontx2'