]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - fs/jffs2/jffs2_private.h
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / fs / jffs2 / jffs2_private.h
index 46ed644e4d4a6dd795ae70a639484447f660751c..97457627c1573a6d8405655325ad3b44e854cc7d 100644 (file)
@@ -12,7 +12,7 @@ struct b_node {
 struct b_list {
        struct b_node *listTail;
        struct b_node *listHead;
-#ifdef CFG_JFFS2_SORT_FRAGMENTS
+#ifdef CONFIG_SYS_JFFS2_SORT_FRAGMENTS
        struct b_node *listLast;
        int (*listCompare)(struct b_node *new, struct b_node *node);
        u32 listLoops;