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 CC076C433FE for ; Wed, 16 Nov 2022 10:11:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1B8BB851BA; Wed, 16 Nov 2022 11:11:25 +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=1668593485; bh=CtJpU4u9inJIBfh7CcivjAXlFBjDrnk5b+OS1FO9kD8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=ufjJHm+fEPdqmHYKuOQ5SZYgtHDcKxlVDLO8hLDryh7jm2QRjyWDED7Sc9PdTpAF1 m1jXdQlYGqHZqT71XHPXiWX3QO6ycc2QxBUw0ieGznOQYKuA5ANHMCKI3qYnWhNqxw P3Ji09p3XNTPUDr7gG1FZCQ/So86ILlCdTJFSJ1S4S8UyXByvMTlC2F2Il/N7/SuY8 E/IodDHp+cx1Cht9NzOa5Pw/w5s3YBsTWuoaDc2iTDiE8Og/sqMtJqZOvNV87TdQlS ESU7eyR4mixnB2fMrX9srnxJ/XImr4ljOo5Dk4LBBePlop59w0dx+GLGqQq9ei71so j6cv95yBoNsVA== Received: from [IPV6:2001:a61:60c3:1801:2992:95b5:9acd:d0f5] (unknown [IPv6:2001:a61:60c3:1801:2992:95b5:9acd:d0f5]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbabic@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 893A480F1E; Wed, 16 Nov 2022 11:11:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1668593483; bh=CtJpU4u9inJIBfh7CcivjAXlFBjDrnk5b+OS1FO9kD8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=qka6xqjCW54beRhaP+LNzd1KWr9M5TamJkoQbPKGBDmsGYkcW/nCNrQesSd1a/3ej fFXGPfdO/p78Ky5DyB0pApjGTCcniy4MD0o3xJRIF9aocZ7zaVK67r/Z1hRFOwP8Uj jX8yy1nofb6Bbqa9CspRNh+AqajjGz/P7lzqdqIPvrfpmMLEO6Ezqqq9ekKquULMW4 A8oSG9xWPGd6Vryph6wdXbfQzFWa0XYWoZDu2d5cvNN6Pm9brGsaH0PLinv37GMoKs aLtXFPJw3T9aA9joK3V+9V+fS+yAmC04ofp88TRX6xzwNd26KpQw0b7YUSxSxBjW62 XgA9iUR5dV5hA== Message-ID: Date: Wed, 16 Nov 2022 11:11:23 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH] Revert "imx: imx8: apalis: switch to binman" Content-Language: de-DE To: Marcel Ziswiler , "u-boot@lists.denx.de" , "sbabic@denx.de" Cc: "trini@konsulko.com" , "oliver.graute@gmail.com" References: <20221115104940.89564-1-sbabic@denx.de> <364e85d983480b22221d3b8c0b4a1dc04961ebe1.camel@toradex.com> From: Stefano Babic In-Reply-To: <364e85d983480b22221d3b8c0b4a1dc04961ebe1.camel@toradex.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 16.11.22 09:25, Marcel Ziswiler wrote: > On Tue, 2022-11-15 at 11:49 +0100, Stefano Babic wrote: >> This reverts commit b8072ae848b73e89a73ba5b535324e4dc2793f37. > > Thanks Stefano. This way at least no completely defunct flash.bin gets generated. > Sorry for that - patch slip in, I was aware it should not be merged. I merge at least in u-boot-imx, maybe it takes a while before sending PR to Tom. > As I do have further doubts about the whole topic I will continue on the discussion where the discussion is/was > happening... :-) Regards, Stefano > >> Signed-off-by: Stefano Babic >> Reported-by: Marcel Ziswiler > > Acked-by: Marcel Ziswiler > >> --- >>  arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi | 2 -- >>  arch/arm/mach-imx/imx8/Kconfig             | 1 - >>  configs/apalis-imx8_defconfig              | 1 - >>  3 files changed, 4 deletions(-) >> >> diff --git a/arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi b/arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi >> index 8fd0e33d2b..956d724979 100644 >> --- a/arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi >> +++ b/arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi >> @@ -3,8 +3,6 @@ >>   * Copyright 2019 Toradex AG >>   */ >> >> -#include "imx8qm-u-boot.dtsi" >> -Marcel Ziswiler >>  &mu { >>         u-boot,dm-pre-proper; >>  }; >> diff --git a/arch/arm/mach-imx/imx8/Kconfig b/arch/arm/mach-imx/imx8/Kconfig >> index 91bd888308..37d12d1895 100644 >> --- a/arch/arm/mach-imx/imx8/Kconfig >> +++ b/arch/arm/mach-imx/imx8/Kconfig >> @@ -46,7 +46,6 @@ choice >> >>  config TARGET_APALIS_IMX8 >>         bool "Support Apalis iMX8 module" >> -       select BINMAN >>         select BOARD_LATE_INIT >>         select IMX8QM >> >> diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig >> index d0e24785ae..6226d50c8a 100644 >> --- a/configs/apalis-imx8_defconfig >> +++ b/configs/apalis-imx8_defconfig >> @@ -17,7 +17,6 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y >>  CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000 >>  CONFIG_REMAKE_ELF=y >>  CONFIG_FIT=y >> -CONFIG_FIT_EXTERNAL_OFFSET=0x3000 >>  CONFIG_FIT_VERBOSE=y >>  CONFIG_OF_SYSTEM_SETUP=y >>  CONFIG_LOG=y -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de =====================================================================