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 D1B2AC433F5 for ; Sat, 8 Jan 2022 15:24:33 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C11728309C; Sat, 8 Jan 2022 16:24:31 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1641655471; bh=tb8ezDnLMB6VTfLAhEhxb8jYxJDjYCcrnP+Bvw3iiEw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=u8vBg6mhFB5D671wD2GKrM18nkgwSQUte1VFkgDxeohmXwIalt2NOkWarWJT8GRJ8 eG2F0mocNNpIQAI5X8HgG/K/s/cxOOXh37VHPFOTFcTQcFydS3CRFKRT4+TXcUFkjS 92H1litF3sRMXyNY0QhrJhOMTKtiKRD6R7WK9SGvTyL0Ee9dIR3iOGJA2W00swHPzP WHcaYD42lyZ0DxGGRaugRN0aGfDrl7FmRmL2siHc1YB+OOBdK5+y5mhl/SVvb+P0ER Ry6GytK5Dy+hqJUk6wq7AOnSgYvKaL1eE88azyNsMMjtLJetBLWdJ1O8EtGU8fDNW9 MycwMfp79wwXQ== Received: from mail.denx.de (unknown [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: festevam@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 7798383003; Sat, 8 Jan 2022 16:24:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1641655469; bh=tb8ezDnLMB6VTfLAhEhxb8jYxJDjYCcrnP+Bvw3iiEw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=H+nD1oGtrjX1ZFQtsFG6ZeSDZl6uGW6tW/nGtM/1Xg0MN4uLJn/3wGzk/+jAekaor fggvxTenEu64C3KbzmQoEMikDzDoOZ++m80trXS98WJq+Mn0WlpELUuf0g5xxgrvBM ETl6iULCtFJDu5s5n5MvxsvybXpinSTBDyFFOQOIv8AJrrkcmHKd1usp6ZiSy+WZ+Q z8gtUeGkE6c1FFsW6KtdLU9ltw+YVQ+cWxxBO/RNP683+lhgi6vlWXTw3RSdvGAOzq b3AnQO8tcFwo3xcQq3GGlaOBsp20/pEsgnBW3Wx2C1hcAi0aVt4frvuiWR5dHMcxRl rMzJolFSKb26g== MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 08 Jan 2022 12:24:29 -0300 From: Fabio Estevam To: Patrick Wildt Cc: Frieder Schrempf , Heiko Schocher , Marcel Ziswiler , Heiko Thiery , Peng Fan , Tom Rini , Stefano Babic , u-boot@lists.denx.de Subject: Re: [PATCH] imx8mq: Generate a single bootable flash.bin again In-Reply-To: References: <570a5a2745573642f349cdbd1d501d19@denx.de> Message-ID: X-Sender: festevam@denx.de User-Agent: Roundcube Webmail/1.3.6 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 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.2 at phobos.denx.de X-Virus-Status: Clean On 08/01/2022 12:16, Patrick Wildt wrote: > but it's not only imx8mq_evk. Tom has merged the patchset that > switches > *all* i.MX8MQ boards to Binman, which means that this change touches > not > only imx8mq_evk but all i.MX8MQ boards. The only thing that is > specific > to imx8mq_evk is the documentation change. Ah, OK. It was not clear when I read the commit log, but I agree now after reading your reply. > Should I still change it? Maybe put in the commit log that all i.MX8MQ boards have been converted to binman would avoid some confusion. Thanks, Fabio Estevam -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-60 Fax: (+49)-8142-66989-80 Email: festevam@denx.de