Skip to content
Commit 96d0be07 authored by Adam Ford's avatar Adam Ford Committed by Stefano Babic
Browse files

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: default avatarAdam Ford <aford173@gmail.com>
Acked-by: default avatarStefan Agner <stefan.agner@toradex.com>
parent 65a106e3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment