diff options
author | William Juul <william.juul@tandberg.com> | 2008-06-10 16:18:13 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2008-08-12 11:31:20 -0500 |
commit | 98824ce3f95e6c4d08d439b779c0acb0048045a6 (patch) | |
tree | 2f4dea6bc248396cfa94e11503b98a3c68fd896a /fs/yaffs2/README-linux-patch | |
parent | ec29a32b5a71b203f7d9087f1f4d786e7f13dd23 (diff) | |
download | u-boot-imx-98824ce3f95e6c4d08d439b779c0acb0048045a6.zip u-boot-imx-98824ce3f95e6c4d08d439b779c0acb0048045a6.tar.gz u-boot-imx-98824ce3f95e6c4d08d439b779c0acb0048045a6.tar.bz2 |
Clean out unneeded files
Signed-off-by: William Juul <william.juul@tandberg.com>
Diffstat (limited to 'fs/yaffs2/README-linux-patch')
-rw-r--r-- | fs/yaffs2/README-linux-patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/fs/yaffs2/README-linux-patch b/fs/yaffs2/README-linux-patch deleted file mode 100644 index 3bdf26c..0000000 --- a/fs/yaffs2/README-linux-patch +++ /dev/null @@ -1,20 +0,0 @@ -To build YAFFS in the Linux kernel tree you need to run the patch-ker.sh -script from the yaffs source directory, giving your choice as to whether -you wish to copy (c) or link (l) the code and the path to your kernel -sources, e.g: - -./patch-ker.sh c /usr/src/linux - -This will copy the yaffs files into fs/yaffs2 and modify the Kconfig -and Makefiles in the fs directory. - -./patch-ker.sh l /usr/src/linux - -This does the same as the above but makes symbolic links instead. - -After you've run the script, go back to your normal kernel making procedure -and configure the yaffs settings you want. - -Prolems? Contact the yaffs mailing list: - -http://www.aleph1.co.uk/mailman/listinfo/yaffs |