commit | f3f2af3bdf2af89d0621aa0fbd94a918e4447081 | [log] [tgz] |
---|---|---|
author | Jörg Krause <joerg.krause@embedded.rocks> | Sun Jan 14 19:26:39 2018 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Wed Jun 27 12:20:55 2018 +0200 |
tree | ed541d8fd137f19186eada9f7026a335a7f550b5 | |
parent | 15e207faa0c32b587c173844936cadd7bf8dee01 [diff] |
mtd: nand: mxs_nand_spl: refactor mxs_flash_ident The existing `mxs_flash_ident()` is limited to identify ONFi compliant NAND chips only. In order to support non-ONFi NAND chips refactor the function and rename it to `mxs_flash_onfi_ident()`. A follow-up patch will add `mxs_flash_full_ident()` which allows to use the chip ID list to lookup for supported NAND flashs. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>