Re: [u-boot][PATCH 06/14] mtd: rawnand: nand_base: Allow base driver to be used in SPL without nand_bbt

2022-11-29 Thread Roger Quadros
Hi Michael, On 28/11/2022 16:27, Michael Nazzareno Trimarchi wrote: > Hi > > On Tue, Oct 11, 2022 at 1:50 PM Roger Quadros wrote: >> >> nand_bbt.c is not being built with the nand_base driver during SPL >> build. This results in build failures if we try to access any nand_bbt >> related

Re: [u-boot][PATCH 06/14] mtd: rawnand: nand_base: Allow base driver to be used in SPL without nand_bbt

2022-11-28 Thread Michael Nazzareno Trimarchi
Hi On Tue, Oct 11, 2022 at 1:50 PM Roger Quadros wrote: > > nand_bbt.c is not being built with the nand_base driver during SPL > build. This results in build failures if we try to access any nand_bbt > related functions. > > Don't use any nand_bbt functions for SPL build. > > Signed-off-by:

[u-boot][PATCH 06/14] mtd: rawnand: nand_base: Allow base driver to be used in SPL without nand_bbt

2022-10-11 Thread Roger Quadros
nand_bbt.c is not being built with the nand_base driver during SPL build. This results in build failures if we try to access any nand_bbt related functions. Don't use any nand_bbt functions for SPL build. Signed-off-by: Roger Quadros --- drivers/mtd/nand/raw/nand_base.c | 18 +-