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 26832C433EF for ; Thu, 28 Apr 2022 12:46:10 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 21B3E83EC6; Thu, 28 Apr 2022 14:46:08 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="l1xAC2fS"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0C83181DD6; Thu, 28 Apr 2022 14:46:07 +0200 (CEST) Received: from mail-qv1-xf33.google.com (mail-qv1-xf33.google.com [IPv6:2607:f8b0:4864:20::f33]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 0EE8983ECB for ; Thu, 28 Apr 2022 14:46:02 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf33.google.com with SMTP id r8so3083926qvx.10 for ; Thu, 28 Apr 2022 05:46:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=m52rGXOkmU5Ui7MFNp0EOD5N0z1jBI30h3tcFYkzKWs=; b=l1xAC2fS57si3urbLyE65uI1t40qnrCAsbbGOQS+bGIvlgC5NuZQTovQH66rQreTJG EWufTFPAG0IpTgDIxZzbw7MxfHsd8r9QCmIwOZkA5UK2hyEJxPr3guAWF89iAs0L6XkU T+idyQPCwlku/m69cPm5t1tej2e1smOw3w+MY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=m52rGXOkmU5Ui7MFNp0EOD5N0z1jBI30h3tcFYkzKWs=; b=st6uLWX9Pf18ga/2fxLYGhx2wBrrkzlp51HGj5PnHOGiBix/vmSRNY27e7WBYDYCbh s1V9rQzbiglIRCLFJxkSwZvJdTtsFPYQEjcP1DgTkBnqEQiMYBMCc938gr+SHY8dREnj ETgobYs/kgyLqlLs6rTAyE3XnFp89bDddIW+6rjM24nF142WoKjQ+3FyP5B4+tN0Rjnk 7Qhg0fyeXeC1YMW2U/nnxU42gJCIv9vYk3SvWhPvi//kXXoT5cqMvVT/gsk/smb6NZUQ okpGnGmXW5yJ9TobWqQyJndHQalslaOmHfp2rpx2Xmw9pH0tkFxi4vNJo9sUDLY3LZXW 6YdA== X-Gm-Message-State: AOAM531yXeuR5bHZsDZq86mOz5dAHtXMtxQ4KXlti+ui3cX3i6Yczbd1 nZz6Xiq8pc+1frNXy2FR40o8Jw== X-Google-Smtp-Source: ABdhPJxR2OpHM4aFSubZM0zHSwMbl51gopL/RAy8dvY+l34KPr7Hw6MPC5WuGrsYX7cG9CaxIyeyKg== X-Received: by 2002:a05:6214:27ed:b0:456:2dfd:104f with SMTP id jt13-20020a05621427ed00b004562dfd104fmr17957397qvb.38.1651149960852; Thu, 28 Apr 2022 05:46:00 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-4500-4d8f-c477-6f29-9e62.res6.spectrum.com. [2603:6081:7b01:4500:4d8f:c477:6f29:9e62]) by smtp.gmail.com with ESMTPSA id h19-20020ac87773000000b002f388ea2959sm835735qtu.36.2022.04.28.05.45.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Apr 2022 05:46:00 -0700 (PDT) Date: Thu, 28 Apr 2022 08:45:57 -0400 From: Tom Rini To: Michael Trimarchi Cc: Han Xu , U-Boot-Denx , Ye Li , Stefano Babic , Miquel Raynal , Fabio Estevam , Dario Binacchi , Sean Anderson , linux-kernel@amarulasolutions.com, Jagan Teki , Ariel D'Alessandro , Fabio Estevam Subject: Re: [PATCH 4/4] spl: spl_nand: Fix bad block handling in fitImage Message-ID: <20220428124557.GC1182808@bill-the-cat> References: <20220427055025.231586-1-michael@amarulasolutions.com> <20220427055025.231586-5-michael@amarulasolutions.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="QRj9sO5tAVLaXnSD" Content-Disposition: inline In-Reply-To: <20220427055025.231586-5-michael@amarulasolutions.com> X-Clacks-Overhead: GNU Terry Pratchett 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.5 at phobos.denx.de X-Virus-Status: Clean --QRj9sO5tAVLaXnSD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 27, 2022 at 07:50:25AM +0200, Michael Trimarchi wrote: > If the fitImage has some bad block in fit image area, the > offset must be recalulcated. This should be done always. > After implementing it in mxs now is possible to call the function > even for that platform. >=20 > Cc: Fabio Estevam > Signed-off-by: Michael Trimarchi Reviewed-by: Tom Rini --=20 Tom --QRj9sO5tAVLaXnSD Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJqjIIACgkQFHw5/5Y0 tywkeQv/c70XOuWJuEXJz31gMAKB3En46syxMFldvD8TnLAaNA/pu1QovdCe25Qr rCwakMMmYMBhgv2JNlIfegCTXbR0zVuIHiW2JSJFP59kJJshT+5qNJ6IKTtaOGX0 sOGe/Gow/64vZitPZYlIHLJK6YXRQOu0l8U2fFjXUJE/99WD7k6ZcLEhnKzfXG3S 4WeMfq6jlc3F5TALDlqXtPqOsCFLZgSVg4yetc477oQZYYyg41zyHcQSk4KqEG2Z aVxzJF6hkNNgJCKRAKNkWHjhg9+LrPDaapfAzF5POx2waCywkPP+vNnbYMGGW0ho YzkNBgdoUiQCn6TW/HQR9sGdhUuiZhcqYUd81G5ep3Vj6mA5KHZAhAIFmPWfkiOD 7ZJ2k3e1qEawrOFLEiFRQuXUWQZXVMfW9e/XYoz6pAPnkY+a9nbnGaCtw2jNqvsl 6OHkLiCTyWJgUNseTkNc+C4GxOoYfmdgz+fV4WEAP6ulvPMJrPpGs9Q+2PIytN0l Tzo/kUsE =YsMX -----END PGP SIGNATURE----- --QRj9sO5tAVLaXnSD--