[U-Boot] Clarification ECC bytes

2018-07-18 Thread Fernando AE
Hello all, I'm rebasing our internal code over v2017.11 and I found an unexpected change in drivers/mtd/nand/nand_base.c: In the function nand_scan_tail: - (...) case NAND_ECC_SOFT_BCH: (...) /* * Board driver should supply ecc.size and ecc.strength values * to select how many bits are corr

Re: [U-Boot] Clarification ECC bytes

2018-07-18 Thread Wolfgang Denk
Dear Fernando, In message you wrote: > > I'm rebasing our internal code over v2017.11 and I found an unexpected > change in drivers/mtd/nand/nand_base.c: In such cases it is always a good idea to run "git blame" to find out where the code is coming from... > /* See nand_bch_init() for details

Re: [U-Boot] Clarification ECC bytes

2018-07-18 Thread Fernando AE
Thanks for your reply. Following your suggestion, should I ask Scott Wood? In some mailing lists we are advised not to directly send emails, if not invited. Regards, Fernando On Wed, Jul 18, 2018 at 4:03 PM, Wolfgang Denk wrote: > Dear Fernando, > > In message > you > wrote: >> >> I'm rebasi