commit | c6a42003c10803a3bd826a102eb736fff936bbda | [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 | c58502edef908e2401874c7bcf20796edcd17413 [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>