Nano2G VFL: reset the bank again before the second slow read try
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25167 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
884147c5e2
commit
183e9f1520
1 changed files with 1 additions and 0 deletions
|
@ -900,6 +900,7 @@ uint32_t ftl_vfl_read_fast(uint32_t vpage, void* buffer, void* sparebuffer,
|
|||
1, checkempty);
|
||||
if ((ret & 0x11D) != 0 && (ret & 2) == 0)
|
||||
{
|
||||
nand_reset(i);
|
||||
ret = nand_read_page(i, physpage,
|
||||
(void*)((uint32_t)buffer + 0x800 * i),
|
||||
(void*)((uint32_t)sparebuffer + 0x40 * i),
|
||||
|
|
Loading…
Reference in a new issue