public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: fluke56512 <fluke56512@163.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] how to make debug() print information
Date: Fri, 7 Aug 2009 17:59:11 +0800	[thread overview]
Message-ID: <200908071759103437268@163.com> (raw)

Hi everyone~
I am a beginner for u-boot~
I am using 1.3.4 version
now I want to "debug()"  print out information.
I see in /tools/Mkimage.h  have:
"
#define MKIMAGE_DEBUG
#ifdef MKIMAGE_DEBUG
#define debug(fmt,args...) printf (fmt ,##args)
#else
#define debug(fmt,args...)
#endif /* MKIMAGE_DEBUG */
"
how can I do?
thanks~

2009-08-07 



fluke56512 

             reply	other threads:[~2009-08-07  9:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-07  9:59 fluke56512 [this message]
2009-08-13  5:12 ` [U-Boot] how to make debug() print information Mike Frysinger

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=200908071759103437268@163.com \
    --to=fluke56512@163.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox