mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
yaffs: Set YAFFS_IGNORE_TAGS_ECC if compiled without ECC support.
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
#define EXTRA_OBJECT_TYPE_SHIFT (28)
|
||||
#define EXTRA_OBJECT_TYPE_MASK ((0x0F) << EXTRA_OBJECT_TYPE_SHIFT)
|
||||
|
||||
#ifndef CONFIG_YAFFS_DOES_ECC
|
||||
#define YAFFS_IGNORE_TAGS_ECC 1
|
||||
#endif
|
||||
|
||||
static void yaffs_DumpPackedTags2TagsPart(const yaffs_PackedTags2TagsPart *ptt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user