public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] CFG_CMD_SETGETDCR is not correctly used.
@ 2005-07-06  7:54 Cedric VINCENT
  2005-07-06  8:08 ` [U-Boot-Users] " Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Cedric VINCENT @ 2005-07-06  7:54 UTC (permalink / raw)
  To: u-boot

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-06  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-06  7:54 [U-Boot-Users] CFG_CMD_SETGETDCR is not correctly used Cedric VINCENT
2005-07-06  8:08 ` [U-Boot-Users] " Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox