
11 Sep
2007
11 Sep
'07
5:15 p.m.
On 8/30/07, Michal Simek Monstr@seznam.cz wrote:
Desc: ROMFS source code fs support
Signed-off-by: Michal Simek monstr@monstr.eu
diff --git a/fs/romfs/romfs.c b/fs/romfs/romfs.c index e69de29..15de3e1 100644 --- a/fs/romfs/romfs.c +++ b/fs/romfs/romfs.c @@ -0,0 +1,240 @@
<snip>
+#include <common.h> +#include <malloc.h> +#include <command.h>
+#if defined(CONFIG_CMD_JFFS2)
... This smells wrong. I think this needs a new macro; 'CONFIG_ROMFS'
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195