Fix problem with get/setdcr commands introduced by cfg patches

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese 2007-07-06 09:45:47 +02:00 committed by Wolfgang Denk
parent dca3b3d6d6
commit 6b0a174a1e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
*/
#include <config.h>
#if defined(CONFIG_4xx) && defined(CFG_CMD_SETGETDCR)
#if defined(CONFIG_4xx) && ((CONFIG_COMMANDS & CFG_CMD_SETGETDCR) || defined(CONFIG_CMD_SETGETDCR))
#include <ppc4xx.h>