diff options
author | Stefan Roese <sr@denx.de> | 2007-07-11 12:13:53 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-11 23:03:06 +0200 |
commit | 3865b1fb7843a08ad49a6319a36415752276ff48 (patch) | |
tree | 2bf23095eebda168b3e4c7e3f4ad7f686342614d /common/cmd_flash.c | |
parent | e9514751cfa5cce61ea699fa0d3eb37898a5eeb5 (diff) |
Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
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 db38f94d034..11c8857313b 100644 --- a/common/cmd_flash.c +++ b/common/cmd_flash.c @@ -33,7 +33,7 @@ #if defined(CONFIG_CMD_FLASH) -#if (defined(CONFIG_CMD_JFFS2) && defined(CONFIG_JFFS2_CMDLINE) +#if defined(CONFIG_CMD_JFFS2) && defined(CONFIG_JFFS2_CMDLINE) #include <jffs2/jffs2.h> /* parition handling routines */ |