All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cedric VINCENT <cedric.vincent@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] CFG_CMD_SETGETDCR is not correctly used.
Date: Wed, 6 Jul 2005 09:54:41 +0200	[thread overview]
Message-ID: <c8f10050706005453270225@mail.gmail.com> (raw)

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.

             reply	other threads:[~2005-07-06  7:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-06  7:54 Cedric VINCENT [this message]
2005-07-06  8:08 ` [U-Boot-Users] Re: CFG_CMD_SETGETDCR is not correctly used Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c8f10050706005453270225@mail.gmail.com \
    --to=cedric.vincent@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.