From patchwork Wed Dec 7 08:26:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick DELAUNAY X-Patchwork-Id: 1713054 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=foss.st.com header.i=@foss.st.com header.a=rsa-sha256 header.s=selector1 header.b=TmG07hZm; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4NRr5B5PdHz23ns for ; Wed, 7 Dec 2022 19:27:58 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 15CF185534; Wed, 7 Dec 2022 09:27:30 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=foss.st.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=foss.st.com header.i=@foss.st.com header.b="TmG07hZm"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id CE1EF85437; Wed, 7 Dec 2022 09:27:27 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 7687985437 for ; Wed, 7 Dec 2022 09:27:25 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=foss.st.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=prvs=8340874b4f=patrick.delaunay@foss.st.com Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2B73eoJV006005; Wed, 7 Dec 2022 09:27:19 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=selector1; bh=2zjf+plCdvu248t9MmxLAZbmq6kPIyKind+hDt/YcCo=; b=TmG07hZm4O7tQ31vCxplL2O24FEov8L/L9rzzpAFuRDolZbTuAcrpmN0CyquylsMRequ wkDmrD23G+QJRvmzbTy4kZFLk9j9hv3K+6zMsOi1tn0dw4ItStlXxwi/kkGQ3b0ObbDQ xcYjbolPBEJKBUPSsucdIqV3ZfKuNaLq0xG5e5IDtkg6g8z5C8SXwyfDA/5D0OXzAF0l wWEcC31Toui/UUfAEuRZzAe4g1TEKsg+PfCGoNF4fDQxW6VhoQR3kGz5ckHw6mmLJD8l hxumo+zC/yiC/2x5+r309hiYoXM4NzRXUA6ixmOfiDowhsHSA3eJ9U1OtfAZBpB81xJE qA== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3m7x7pxtd4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 07 Dec 2022 09:27:18 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 619BB100040; Wed, 7 Dec 2022 09:26:46 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node3.st.com [10.75.129.71]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 596CA218D0F; Wed, 7 Dec 2022 09:26:46 +0100 (CET) Received: from localhost (10.48.0.157) by SHFDAG1NODE3.st.com (10.75.129.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.13; Wed, 7 Dec 2022 09:26:46 +0100 From: Patrick Delaunay To: CC: Patrick Delaunay , Chris Packham , Govindaraji Sivanantham , Heinrich Schuchardt , Hiremath Gireesh , Sjoerd Simons , U-Boot STM32 Subject: [PATCH 0/5] Complete the migration of MTDPARTS_DEFAULT / MTDIDS_DEFAULT Date: Wed, 7 Dec 2022 09:26:39 +0100 Message-ID: <20221207082644.3515486-1-patrick.delaunay@foss.st.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.48.0.157] X-ClientProxiedBy: SHFCAS1NODE2.st.com (10.75.129.73) To SHFDAG1NODE3.st.com (10.75.129.71) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.923,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-12-07_04,2022-12-06_01,2022-06-22_01 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Addition for previous commit a331017c237c ("Complete migration of MTDPARTS_DEFAULT / MTDIDS_DEFAULT, include in environment") Remove the remaining defines MTDPARTS_DEFAULT and MTDIDS_DEFAULT in the configuration files (include/configs/*.h). After this serie, the only remaining references of these 2 defines are located in cmd/mtdparts.c and only for local purpose when CONFIG_MTDIDS_DEFAULT or CONFIG_MTDPART_DEFAULT are not defined. Patrick. Patrick Delaunay (5): configs: am333x_guardian: move MTDIDS_DEFAULT in defconfif configs: x530: move MTDPART/MTDIDS_DEFAULT in defconfig configs: SBx81LIFXCAT: move MTDPART_DEFAULT in defconfig configs: SBx81LIFKW: move MTDPART_DEFAULT in defconfig configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULT cmd/mtdparts.c | 5 +---- configs/SBx81LIFKW_defconfig | 1 + configs/SBx81LIFXCAT_defconfig | 1 + configs/am335x_guardian_defconfig | 1 + configs/x530_defconfig | 2 ++ drivers/mtd/mtd_uboot.c | 4 ---- include/configs/SBx81LIFKW.h | 1 - include/configs/SBx81LIFXCAT.h | 1 - include/configs/am335x_guardian.h | 1 - include/configs/x530.h | 2 -- 10 files changed, 6 insertions(+), 13 deletions(-) Reviewed-by: Chris Packham