commit | 18cae43b62cce86becf84b75829b307fefff54c2 | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Sun Apr 16 15:31:59 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 08 11:57:26 2017 -0400 |
tree | 483343ae4841a65a796fd66fbd128e7586809ccf | |
parent | bf86392251b25da5f34283597bce90d35e71e4a2 [diff] |
mtd: nand: Consolidate nand spl loaders implementation nand_spl_load_image implementation was copied over into three different drivers and now with nand_spl_read_block used for ubispl situation gets even worse. For now use least intrusive solution and #include the same implementation to nand drivers. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Tested-by: Pau Pajuelo <ppajuel@gmail.com>