Re: [Yaffs] android boot issue with latest git source

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Sudeep K N
Date:  
To: Wills, Jordan
CC: yaffs@lists.aleph1.co.uk
Subject: Re: [Yaffs] android boot issue with latest git source
Jordon Wills,

IIRC we faced this issue when CONFIG_YAFFS_DISABLE_TAGS_ECC
was disabled. Setting CONFIG_YAFFS_DISABLE_TAGS_ECC=y solved
this issue for us.

Basically allowing OneNAND device/controller to handle ECC and YAFFS2
ignore ECC handling for TAGS.

Regards,
Sudeep