From e200fb6ba15a24c967cb00b9c014cf855a8a1f75 Mon Sep 17 00:00:00 2001 From: Tomasz Duszynski Date: Fri, 1 Oct 2021 22:38:33 +0200 Subject: [PATCH] config/cn10k: disable octeontx2 drivers 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 Reviewed-by: Jerin Jacob --- config/arm/arm64_cn10k_linux_gcc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/arm/arm64_cn10k_linux_gcc b/config/arm/arm64_cn10k_linux_gcc index a3578c03a1..88e5f10945 100644 --- a/config/arm/arm64_cn10k_linux_gcc +++ b/config/arm/arm64_cn10k_linux_gcc @@ -14,3 +14,4 @@ endian = 'little' [properties] platform = 'cn10k' +disable_drivers = 'common/octeontx2' -- 2.20.1