commit | 3865b1fb7843a08ad49a6319a36415752276ff48 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Jul 11 12:13:53 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jul 11 23:03:06 2007 +0200 |
tree | 2bf23095eebda168b3e4c7e3f4ad7f686342614d | |
parent | e9514751cfa5cce61ea699fa0d3eb37898a5eeb5 [diff] [blame] |
Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup Signed-off-by: Stefan Roese <sr@denx.de>
diff --git a/common/cmd_flash.c b/common/cmd_flash.c index db38f94..11c8857 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 */