[Yaffs] possible nandmtd_EraseBlockInNAND and inband-tags bu…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Cal Page
Date:  
To: yaffs@lists.aleph1.co.uk
Subject: [Yaffs] possible nandmtd_EraseBlockInNAND and inband-tags bug ?
Look at nandmtd_EraseBlockInNAND and note that the erase address addr is
calculated using nDataBytesPerChunk. Shouldn't this be
dev->totalBytesPerChunk instead? nDataBytesPerChunk has the in-band tags
subtracted from it.

Cal Page