diff options
Diffstat (limited to 'include/configs/NETTA.h')
| -rw-r--r-- | include/configs/NETTA.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/NETTA.h b/include/configs/NETTA.h index 3573b3711..1bcd88d20 100644 --- a/include/configs/NETTA.h +++ b/include/configs/NETTA.h @@ -694,7 +694,7 @@  /* No command line, one static partition, whole device */  #undef CONFIG_JFFS2_CMDLINE  #define CONFIG_JFFS2_DEV		"nand0" -#define CONFIG_JFFS2_PART_SIZE		0x00100000  +#define CONFIG_JFFS2_PART_SIZE		0x00100000  #define CONFIG_JFFS2_PART_OFFSET	0x00200000  /* mtdparts command line support */ |