Files
u-boot/drivers
Adam Ford 96d0be07e7 MTD: nand: mxs_nand_spl: Fix empty function pointer for BBT
The initialization function calls a nand_chip.scan_bbt(mtd) but
scan_bbt is never initialized resulting in an undefined function
pointer.  This will direct the function pointer to nand_default_bbt
defined in the same file.

Signed-off-by: Adam Ford <aford173@gmail.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
2019-01-28 20:55:46 +01:00
..
2018-12-06 14:38:03 -08:00
2019-01-15 15:28:53 -05:00
2019-01-18 09:16:15 -05:00
2018-12-18 09:56:26 +08:00
2018-12-19 15:23:00 +01:00
2019-01-28 20:35:47 +01:00
2018-12-06 14:37:51 -08:00
2019-01-18 22:19:08 +05:30
2018-07-19 16:31:38 -04:00
2018-11-29 09:30:06 -07:00
2019-01-18 09:16:15 -05:00
2018-12-06 23:26:32 -05:00