summaryrefslogtreecommitdiffstats
path: root/fs/yaffs2/yaffs_checkptrw.c
diff options
context:
space:
mode:
authorWilliam Juul <william.juul@datarespons.no>2007-11-15 12:23:57 +0100
committerScott Wood <scottwood@freescale.com>2008-08-12 11:31:19 -0500
commit90ef117b68387d66763291af0117677644166611 (patch)
tree829e4954f6d1b0976734c0d2ef2b2bbd173d7572 /fs/yaffs2/yaffs_checkptrw.c
parent0e8cc8bd92257da2e1df88cbc985e166e472ce61 (diff)
downloadtalos-obmc-uboot-90ef117b68387d66763291af0117677644166611.tar.gz
talos-obmc-uboot-90ef117b68387d66763291af0117677644166611.zip
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>
Diffstat (limited to 'fs/yaffs2/yaffs_checkptrw.c')
-rw-r--r--fs/yaffs2/yaffs_checkptrw.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/yaffs2/yaffs_checkptrw.c b/fs/yaffs2/yaffs_checkptrw.c
index d3a811e277..f97ba4b427 100644
--- a/fs/yaffs2/yaffs_checkptrw.c
+++ b/fs/yaffs2/yaffs_checkptrw.c
@@ -11,6 +11,10 @@
* published by the Free Software Foundation.
*/
+/* XXX U-BOOT XXX */
+#include <common.h>
+#include <malloc.h>
+
const char *yaffs_checkptrw_c_version =
"$Id: yaffs_checkptrw.c,v 1.14 2007/05/15 20:07:40 charles Exp $";
@@ -399,6 +403,3 @@ int yaffs_CheckpointInvalidateStream(yaffs_Device *dev)
return yaffs_CheckpointErase(dev);
}
-
-
-
OpenPOWER on IntegriCloud