commit | e24ebad651fa839f654dcb18755318c5eeade9dc | [log] [tgz] |
---|---|---|
author | William Juul <william.juul@datarespons.no> | Thu Nov 15 12:23:57 2007 +0100 |
committer | Scott Wood <scottwood@freescale.com> | Tue Aug 12 11:31:19 2008 -0500 |
tree | 829e4954f6d1b0976734c0d2ef2b2bbd173d7572 | |
parent | c051bbed7a362abf64134ff241afc09bb8feacd5 [diff] [blame] |
Incorporate yaffs2 into U-boot To use YAFFS2 define CONFIG_YAFFS2 Signed-off-by: William Juul <william.juul@tandberg.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
diff --git a/fs/yaffs2/yaffs_qsort.c b/fs/yaffs2/yaffs_qsort.c index 0429838..a74709f 100644 --- a/fs/yaffs2/yaffs_qsort.c +++ b/fs/yaffs2/yaffs_qsort.c
@@ -27,6 +27,9 @@ * SUCH DAMAGE. */ +/* XXX U-BOOT XXX */ +#include <common.h> + #include "yportenv.h" //#include <linux/string.h>