From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7E2DAC19F2B for ; Mon, 1 Aug 2022 15:54:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7B06684007; Mon, 1 Aug 2022 17:54:42 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org 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=kernel.org header.i=@kernel.org header.b="kO80GZ7k"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 30F208440C; Mon, 1 Aug 2022 17:54:41 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (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 D4A6F80CF3 for ; Mon, 1 Aug 2022 17:54:38 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9291960CF9; Mon, 1 Aug 2022 15:54:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 280BDC433C1; Mon, 1 Aug 2022 15:54:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659369277; bh=Dc6/daPMyh/JfGyap0qFvymey/L8rOD2iW3Y9Uk6wWw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=kO80GZ7kF62uNF0ppIzGxaoB/EQiGO10HjteVULZhpX30WCQQmIShVS0MfzemLG9F UXDqaWr74lvRmS+fpo1nWXr/eGwVarr4+IuOahA3VvfErCTC6yvNU9lP2kA1XX5bIv ieZdF/MrA+OT/JtisgfiFY5FIAXxrfjcHIr97t3vV3swqGU85P6Eg6S7QBpQXQ/3+L YhckIP22DsP6eGhVVGHYLw9qpBfUdouwv4aF0t2ladhLf1q+bNVaSUK2Sl8i9eFZxT GOyBA7iF13RyuZ009oqRNH53/Ayn6FBtgcPeZ2MA8om4zreN70aYXhZr+lhBt9pHB0 6D1s0PnhKDTNw== Date: Mon, 1 Aug 2022 17:54:33 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Pali =?UTF-8?B?Um9ow6Fy?= Cc: Stefan Roese , u-boot@lists.denx.de Subject: Re: [PATCH 1/2] arm: mvebu: turris_omnia: Do not fail in fixup_mtd_partitions when partitions do not exist Message-ID: <20220801175433.1d24a7a4@dellmb> In-Reply-To: <20220801100220.24017-1-pali@kernel.org> References: <20220801100220.24017-1-pali@kernel.org> X-Mailer: Claws Mail 3.19.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 On Mon, 1 Aug 2022 12:02:19 +0200 Pali Roh=C3=A1r wrote: > All partitions are created by fixup_mtd_partitions() function, so they do > not have to exist just for their removal need. >=20 > Fixes: 92f36c8e74c1 ("arm: mvebu: turris_omnia: fixup MTD partitions in L= inux' DTB") > Signed-off-by: Pali Roh=C3=A1r Reviewed-by: Marek Beh=C3=BAn