diff options
author | Wolfgang Denk | 2005-07-28 01:50:14 +0200 |
---|---|---|
committer | Wolfgang Denk | 2005-07-28 01:50:14 +0200 |
commit | e82bc62c038859b5bf7daae1bc24b7226f9ed74a (patch) | |
tree | d0b4bcbef3dee271ff27f6b5f30e29709213b016 /common | |
parent | 2d5df63e4f596fe439405048fd85157cdff079dc (diff) |
Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c"
[Patch by Cedric Vincent, 6 Jul 2005]
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_dcr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_dcr.c b/common/cmd_dcr.c index a91db66e023..3e4e08f95b5 100644 --- a/common/cmd_dcr.c +++ b/common/cmd_dcr.c @@ -29,7 +29,7 @@ #include <config.h> #include <command.h> -#if defined(CONFIG_4xx) && defined(CFG_CMD_SETGETDCR) +#if defined(CONFIG_4xx) && (CONFIG_COMMANDS & CFG_CMD_SETGETDCR) /* ====================================================================== * Interpreter command to retrieve an IBM PPC 4xx Device Control Register |