* [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
* [U-Boot-Users] Re: CFG_CMD_SETGETDCR is not correctly used.
2005-07-06 7:54 [U-Boot-Users] CFG_CMD_SETGETDCR is not correctly used Cedric VINCENT
@ 2005-07-06 8:08 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2005-07-06 8:08 UTC (permalink / raw)
To: u-boot
In message <c8f10050706005453270225@mail.gmail.com> you wrote:
>
> 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") !
Thanks for pointing out, fixed.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Hi there! This is just a note from me, to you, to tell you, the per-
son reading this note, that I can't think up any more famous quotes,
jokes, nor bizarre stories, so you may as well go home.
^ 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