From e82bc62c038859b5bf7daae1bc24b7226f9ed74a Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Thu, 28 Jul 2005 01:50:14 +0200 Subject: Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c" [Patch by Cedric Vincent, 6 Jul 2005] --- common/cmd_dcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/cmd_dcr.c b/common/cmd_dcr.c index a91db66e0..3e4e08f95 100644 --- a/common/cmd_dcr.c +++ b/common/cmd_dcr.c @@ -29,7 +29,7 @@ #include #include -#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 -- cgit v1.2.3