From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 10 Dec 2024 07:55:24 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tKu9T-006HJe-1V for lore@lore.pengutronix.de; Tue, 10 Dec 2024 07:55:23 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tKu9T-0000UQ-6y; Tue, 10 Dec 2024 07:55:23 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tKu9L-0000TX-S8; Tue, 10 Dec 2024 07:55:15 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tKu9K-002e2J-2w; Tue, 10 Dec 2024 07:55:15 +0100 Received: from localhost ([::1] helo=dude05.red.stw.pengutronix.de) by dude05.red.stw.pengutronix.de with esmtp (Exim 4.96) (envelope-from ) id 1tKu9L-00D4DO-1u; Tue, 10 Dec 2024 07:55:15 +0100 From: Ahmad Fatoum To: distrokit@pengutronix.de Date: Tue, 10 Dec 2024 07:55:13 +0100 Message-Id: <20241210065514.3114451-1-a.fatoum@pengutronix.de> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 1/2] v7a: kernel: run oldconfig X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ahmad Fatoum Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false There's a diff between the config we have checked in and the config the kernel determines. Run ptxdist oldconfig kernel to align them. No functional change. Signed-off-by: Ahmad Fatoum --- configs/platform-v7a/kernelconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig index 5cc2b56a6b00..56e62f97f1e9 100644 --- a/configs/platform-v7a/kernelconfig +++ b/configs/platform-v7a/kernelconfig @@ -1295,7 +1295,6 @@ CONFIG_RASPBERRYPI_FIRMWARE=y # CONFIG_GOOGLE_FIRMWARE is not set # CONFIG_IMX_DSP is not set # CONFIG_IMX_SCU is not set -CONFIG_IMX_SCMI_MISC_DRV=y CONFIG_ARM_PSCI_FW=y # @@ -1470,7 +1469,6 @@ CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_NULL_BLK is not set # CONFIG_ZRAM is not set -CONFIG_ZRAM_DEF_COMP="unset-value" CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 # CONFIG_BLK_DEV_DRBD is not set @@ -3190,7 +3188,6 @@ CONFIG_RTC_DRV_AT91RM9200=y # CONFIG_RTC_DRV_MXC_V2 is not set # CONFIG_RTC_DRV_SNVS is not set # CONFIG_RTC_DRV_BBNSM is not set -CONFIG_RTC_DRV_IMX_BBM_SCMI=y # CONFIG_RTC_DRV_R7301 is not set CONFIG_RTC_DRV_STM32=y @@ -3386,7 +3383,6 @@ CONFIG_IMX_REMOTEPROC=y # CONFIG_IMX_DSP_REMOTEPROC is not set CONFIG_WKUP_M3_RPROC=y CONFIG_STM32_RPROC=y -# CONFIG_TI_K3_M4_REMOTEPROC is not set # end of Remoteproc drivers # -- 2.39.5