commit | cf87371d89ccdb4e945a1ad5a515cd199b0f0e8a | [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 | 07955fb5ec4b503caa138e1acae910f224d7df4e [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>