From 34dfafbff02fd40e13141cd3280d5b0ac27b4774 Mon Sep 17 00:00:00 2001 From: Kamil Kasperczyk Date: Tue, 31 Oct 2023 10:05:40 +0100 Subject: [PATCH] [nrfconnect] Disabled factory data for all clusters app The default prj.conf build does not use partition layout with factory data partition included, so the factory data support has to be disabled. --- examples/all-clusters-app/nrfconnect/prj.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/all-clusters-app/nrfconnect/prj.conf b/examples/all-clusters-app/nrfconnect/prj.conf index 9058444d3b82fe..527fae10089448 100644 --- a/examples/all-clusters-app/nrfconnect/prj.conf +++ b/examples/all-clusters-app/nrfconnect/prj.conf @@ -44,7 +44,3 @@ CONFIG_CHIP_OTA_REQUESTOR=n # Disable QSPI NOR CONFIG_CHIP_QSPI_NOR=n - -# Enable Factory Data feature -CONFIG_CHIP_FACTORY_DATA=y -CONFIG_CHIP_FACTORY_DATA_BUILD=y