commit | b1509e3a4aa55b003e814386dd83972858544e55 | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Tue Jul 12 20:28:15 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 22 09:53:00 2016 -0400 |
tree | fadcc44edc93bda36df47aea7504e56188a79038 | |
parent | 431889d6ad9a39846636716478d504aa7ff976fc [diff] |
armv7: add reset timeout to identify_nand_chip identify_nand_chip hangs forever in loop when NAND is not present. As IGEPv2 comes either with NAND or OneNAND flash, add reset timeout to let function fail gracefully allowing caller to know NAND is not present. On NAND equipped board, reset succeeds on first read, so 1000 loops seems to be safe timeout. Signed-off-by: Ladislav Michl <ladis@linux-mips.org>