[U-Boot-Users] CFG_CMD_SETGETDCR is not correctly used.

6 Jul
2005
6 Jul
'05
9:54 a.m.
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.

6 Jul
6 Jul
10:08 a.m.
New subject: [U-Boot-Users] Re: CFG_CMD_SETGETDCR is not correctly used.
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@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.
7249
Age (days ago)
7249
Last active (days ago)
1 comments
2 participants
participants (2)
-
Cedric VINCENT
-
Wolfgang Denk