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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D577C433F5 for ; Thu, 11 Nov 2021 14:46:48 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id A759F61215 for ; Thu, 11 Nov 2021 14:46:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A759F61215 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=blueri.se Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0A50B83A0B; Thu, 11 Nov 2021 15:46:46 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=blueri.se Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 90BDA83A37; Thu, 11 Nov 2021 15:46:44 +0100 (CET) Received: from pwildt.genua.de (pwildt.genua.de [IPv6:2001:1438:2012:c000::a049]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 5128983A0B for ; Thu, 11 Nov 2021 15:46:41 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=blueri.se Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=patrick@blueri.se Received: from lx2k.blueri.se (pc19f8628.dip0.t-ipconnect.de [193.159.134.40]) by pwildt.genua.de (OpenSMTPD) with ESMTPSA id fb2cfe8d (TLSv1.3:AEAD-CHACHA20-POLY1305-SHA256:256:NO); Thu, 11 Nov 2021 15:46:40 +0100 (CET) Date: Thu, 11 Nov 2021 15:46:38 +0100 From: Patrick Wildt To: "Peng Fan (OSS)" Cc: sbabic@denx.de, festevam@gmail.com, u-boot@lists.denx.de, uboot-imx@nxp.com, Peng Fan Subject: Re: [PATCH V3 4/5] imx: imx8mq use common imximage.cfg Message-ID: References: <20211022024220.23584-1-peng.fan@oss.nxp.com> <20211022024220.23584-5-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211022024220.23584-5-peng.fan@oss.nxp.com> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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 Fri, Oct 22, 2021 at 10:42:19AM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > After all these board switch to binman, we could use common imximage.cfg Reviewed-by: Patrick Wildt > Signed-off-by: Peng Fan > --- > arch/arm/mach-imx/imx8m/imximage.cfg | 12 +++--------- > board/freescale/imx8mq_evk/Kconfig | 2 +- > board/freescale/imx8mq_evk/imximage.cfg | 11 ----------- > board/google/imx8mq_phanbell/Kconfig | 2 +- > board/google/imx8mq_phanbell/imximage.cfg | 11 ----------- > board/technexion/pico-imx8mq/Kconfig | 2 +- > board/technexion/pico-imx8mq/imximage.cfg | 11 ----------- > 7 files changed, 6 insertions(+), 45 deletions(-) > delete mode 100644 board/freescale/imx8mq_evk/imximage.cfg > delete mode 100644 board/google/imx8mq_phanbell/imximage.cfg > delete mode 100644 board/technexion/pico-imx8mq/imximage.cfg > > diff --git a/arch/arm/mach-imx/imx8m/imximage.cfg b/arch/arm/mach-imx/imx8m/imximage.cfg > index 714b24273b..9c6eaf0a6d 100644 > --- a/arch/arm/mach-imx/imx8m/imximage.cfg > +++ b/arch/arm/mach-imx/imx8m/imximage.cfg > @@ -1,17 +1,11 @@ > /* SPDX-License-Identifier: GPL-2.0+ */ > /* > - * Copyright 2018 NXP > + * Copyright 2018-2021 NXP > */ > > #define __ASSEMBLY__ > > FIT > BOOT_FROM sd > -SIGNED_HDMI signed_hdmi_imx8m.bin > -LOADER spl/u-boot-spl-ddr.bin 0x7E1000 > -SECOND_LOADER u-boot.itb 0x40200000 0x60000 > - > -DDR_FW lpddr4_pmu_train_1d_imem.bin > -DDR_FW lpddr4_pmu_train_1d_dmem.bin > -DDR_FW lpddr4_pmu_train_2d_imem.bin > -DDR_FW lpddr4_pmu_train_2d_dmem.bin > +SIGNED_HDMI signed_hdmi.bin > +LOADER mkimage.flash.mkimage 0x7e1000 > diff --git a/board/freescale/imx8mq_evk/Kconfig b/board/freescale/imx8mq_evk/Kconfig > index a7c49744b3..c4d20ad7c7 100644 > --- a/board/freescale/imx8mq_evk/Kconfig > +++ b/board/freescale/imx8mq_evk/Kconfig > @@ -10,6 +10,6 @@ config SYS_CONFIG_NAME > default "imx8mq_evk" > > config IMX_CONFIG > - default "board/freescale/imx8mq_evk/imximage.cfg" > + default "arch/arm/mach-imx/imx8m/imximage.cfg" > > endif > diff --git a/board/freescale/imx8mq_evk/imximage.cfg b/board/freescale/imx8mq_evk/imximage.cfg > deleted file mode 100644 > index 74f12b30d2..0000000000 > --- a/board/freescale/imx8mq_evk/imximage.cfg > +++ /dev/null > @@ -1,11 +0,0 @@ > -/* SPDX-License-Identifier: GPL-2.0+ */ > -/* > - * Copyright 2021 NXP > - */ > - > -#define __ASSEMBLY__ > - > -FIT > -BOOT_FROM sd > -SIGNED_HDMI signed_hdmi.bin > -LOADER mkimage.flash.mkimage 0x7e1000 > diff --git a/board/google/imx8mq_phanbell/Kconfig b/board/google/imx8mq_phanbell/Kconfig > index e59b03cb17..54cfb99952 100644 > --- a/board/google/imx8mq_phanbell/Kconfig > +++ b/board/google/imx8mq_phanbell/Kconfig > @@ -10,6 +10,6 @@ config SYS_CONFIG_NAME > default "imx8mq_phanbell" > > config IMX_CONFIG > - default "board/google/imx8mq_phanbell/imximage.cfg" > + default "arch/arm/mach-imx/imx8m/imximage.cfg" > > endif > diff --git a/board/google/imx8mq_phanbell/imximage.cfg b/board/google/imx8mq_phanbell/imximage.cfg > deleted file mode 100644 > index 74f12b30d2..0000000000 > --- a/board/google/imx8mq_phanbell/imximage.cfg > +++ /dev/null > @@ -1,11 +0,0 @@ > -/* SPDX-License-Identifier: GPL-2.0+ */ > -/* > - * Copyright 2021 NXP > - */ > - > -#define __ASSEMBLY__ > - > -FIT > -BOOT_FROM sd > -SIGNED_HDMI signed_hdmi.bin > -LOADER mkimage.flash.mkimage 0x7e1000 > diff --git a/board/technexion/pico-imx8mq/Kconfig b/board/technexion/pico-imx8mq/Kconfig > index 97655517d8..628b051149 100644 > --- a/board/technexion/pico-imx8mq/Kconfig > +++ b/board/technexion/pico-imx8mq/Kconfig > @@ -10,6 +10,6 @@ config SYS_CONFIG_NAME > default "pico-imx8mq" > > config IMX_CONFIG > - default "board/technexion/pico-imx8mq/imximage.cfg" > + default "arch/arm/mach-imx/imx8m/imximage.cfg" > > endif > diff --git a/board/technexion/pico-imx8mq/imximage.cfg b/board/technexion/pico-imx8mq/imximage.cfg > deleted file mode 100644 > index 74f12b30d2..0000000000 > --- a/board/technexion/pico-imx8mq/imximage.cfg > +++ /dev/null > @@ -1,11 +0,0 @@ > -/* SPDX-License-Identifier: GPL-2.0+ */ > -/* > - * Copyright 2021 NXP > - */ > - > -#define __ASSEMBLY__ > - > -FIT > -BOOT_FROM sd > -SIGNED_HDMI signed_hdmi.bin > -LOADER mkimage.flash.mkimage 0x7e1000 > -- > 2.30.0 >