1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-27 05:24:34 +01:00
Files
u-boot-megous/drivers/mtd
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-06-13 07:49:12 -04:00
2018-10-02 22:12:32 +05:30
2018-10-02 22:12:31 +05:30
2008-09-09 11:48:53 +02:00