[U-Boot] [PATCH 4/9] imx: nand: Support flash based BBT

Scott Wood scottwood at freescale.com
Wed Apr 18 18:30:11 CEST 2012


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



More information about the U-Boot mailing list