diff options
Diffstat (limited to 'board/fads')
| -rw-r--r-- | board/fads/fads.c | 2 | ||||
| -rw-r--r-- | board/fads/fads.h | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/board/fads/fads.c b/board/fads/fads.c index 4e3669ed9..8f5736b41 100644 --- a/board/fads/fads.c +++ b/board/fads/fads.c @@ -921,7 +921,7 @@ int pcmcia_init(void)  	return 0;  } -#endif	/* CFG_CMD_PCMCIA */ +#endif  /* ========================================================================= */ diff --git a/board/fads/fads.h b/board/fads/fads.h index 75237818c..c6f7ccde0 100644 --- a/board/fads/fads.h +++ b/board/fads/fads.h @@ -250,7 +250,7 @@  */  #define CFG_JFFS2_SORT_FRAGMENTS -#endif /* CFG_CMD_JFFS2 */ +#endif  /*-----------------------------------------------------------------------   * Cache Configuration @@ -479,7 +479,7 @@  #define CONFIG_ISO_PARTITION	1  #undef	CONFIG_ATAPI -#if 0	/* does not make sense when CFG_CMD_IDE is not enabled, too */ +#if 0	/* does not make sense when CONFIG_CMD_IDE is not enabled, too */  #define CONFIG_IDE_8xx_PCCARD	1	/* Use IDE with PC Card Adapter */  #endif  #undef	CONFIG_IDE_8xx_DIRECT		/* Direct IDE	 not supported	*/ |