[U-Boot-Users] [PATCH6] - microblaze - ROMFS support - files

Grant Likely grant.likely at secretlab.ca
Tue Sep 11 17:15:52 CEST 2007


On 8/30/07, Michal Simek <Monstr at seznam.cz> wrote:
> Desc: ROMFS source code fs support
>
> Signed-off-by: Michal Simek <monstr at 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 at secretlab.ca
(403) 399-0195




More information about the U-Boot mailing list