yaffs: Change all hex values to lower case
[yaffs2.git] / yaffs_tagsvalidity.c
index 1bbada03d0916c868ef9063975d76501531d5a5a..afae3100976a1525c02be3c862a2e976deace57d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2010 Aleph One Ltd.
+ * Copyright (C) 2002-2011 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
@@ -13,7 +13,7 @@
 
 #include "yaffs_tagsvalidity.h"
 
-#define VALID0 0xAAAAAAAA
+#define VALID0 0xaaaaaaaa
 #define VALID1 0x55555555
 
 void yaffs_init_tags(struct yaffs_ext_tags *tags)