commit | 96d0be07e7498e7174daa6f3b56fc807b9feb71d | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sun Dec 30 10:11:16 2018 -0600 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 28 20:55:46 2019 +0100 |
tree | d48a466a8432e1678e18c6be741750892171c6b6 | |
parent | 65a106e36fdd307a241bec9f0af1564889f10830 [diff] |
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>