[PATCH] Revert "mtd: nand: make interleaved placement optional"
Alexander Shiyan
eagle.alexander923 at gmail.com
Wed Oct 30 10:50:49 PDT 2024
Hello.
> > This reverts commit d1fe68f1b010b83ddd3559ffbfcb70dca68b2563
> > and ec3b8c646bdc8c2ea0a78923ccb745012eabc097 (as a fixup).
> >
> > The message "CONFIG_NAND_NEED_ECC_PLACEMENT_INTERLEAVED is disabled"
> > is always issued, regardless of the MTD ECC layout used, since it
> > is executed through "fallthrough" from the previous case statement.
> >
> > Additionally, if !IS_ENABLED(CONFIG_NAND_NEED_ECC_PLACEMENT_INTERLEAVED)
> > is triggered, the patch calls break, which disables the additional checks.
...
> These config options were added to control barebox size. We need something
> here, so size conscious users can opt out.
Well, I hope you understood from the description that it was not done
entirely correctly.
Thanks!
More information about the barebox
mailing list