From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cedric VINCENT Date: Wed, 6 Jul 2005 09:54:41 +0200 Subject: [U-Boot-Users] CFG_CMD_SETGETDCR is not correctly used. Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang. In "common/cmd_dcr.c" : ----------- - #if defined(CONFIG_4xx) && defined(CFG_CMD_SETGETDCR) + #if defined(CONFIG_4xx) && (CONFIG_COMMANDS & CFG_CMD_SETGETDCR) ----------- since CFG_CMD_SETGETDCR is always defined (in "include/cmd_confdefs.h") ! Cedric VINCENT.