diff options
Diffstat (limited to 'common/cmd_reiser.c')
-rw-r--r-- | common/cmd_reiser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_reiser.c b/common/cmd_reiser.c index d83c31a..1ba3929 100644 --- a/common/cmd_reiser.c +++ b/common/cmd_reiser.c @@ -28,7 +28,7 @@ */ #include <common.h> -#if (CONFIG_COMMANDS & CFG_CMD_REISER) +#if defined(CONFIG_CMD_REISER) #include <config.h> #include <command.h> #include <image.h> @@ -240,4 +240,4 @@ U_BOOT_CMD( " to address 'addr' from dos filesystem\n" ); -#endif /* CONFIG_COMMANDS & CFG_CMD_REISER */ +#endif |