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!