Add configuration for IFM AEV FIFO board.

Minor coding style cleanup.
This commit is contained in:
Wolfgang Denk 2005-08-10 15:14:32 +02:00
parent eece159cdd
commit 8f79e4c2da
11 changed files with 469 additions and 56 deletions

View file

@ -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)) {