diff options
Diffstat (limited to 'common/cmd_flash.c')
| -rw-r--r-- | common/cmd_flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_flash.c b/common/cmd_flash.c index 5ad4226b8..d5be30c54 100644 --- a/common/cmd_flash.c +++ b/common/cmd_flash.c @@ -534,7 +534,7 @@ int do_protect (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  		return rcode;  	} -	 +  #if (CONFIG_COMMANDS & CFG_CMD_JFFS2) && defined(CONFIG_JFFS2_CMDLINE)  	/* protect on/off <part-id> */  	if ((argc == 3) && (id_parse(argv[2], NULL, &dev_type, &dev_num) == 0)) { |