
18 Apr
2012
18 Apr
'12
6:30 p.m.
On 04/18/2012 02:57 AM, Timo Ketola wrote:
+#ifdef CONFIG_SYS_NAND_USE_FLASH_BBT
- this->options = NAND_USE_FLASH_BBT;
- this->bbt_td = &bbt_main_descr;
- this->bbt_md = &bbt_mirror_descr;
+#endif
Remove those blank lines, and use |= for options like is done with NAND_BUSWIDTH_16.
-Scott