From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Thu, 8 Apr 2021 22:57:46 +0200 (CEST) Subject: [PATCH 01/11] spl: fit: nand: skip bad block handling if NAND chip not fully defined In-Reply-To: <20210301223337.7763-2-tharvey@gateworks.com> Message-ID: <20210408205746.EB1D0817B4@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > commit 9f6a14c47ff9 ("spl: fit: nand: fix fit loading in case of bad blocks") > added support for adjusting the image offset to account for bad blocks. > However this requires nand_spl_adjust_offset() which requires fully defined > specifics of the NAND chip being used may not be avialable. > Allow skipping this support for drivers or configs which don't specify > the NAND chip details statically with defines. > Signed-off-by: Tim Harvey > Reviewed-by: Tom Rini Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================