All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bryan O'Donoghue <typedef@eircom.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] UBoot cvs compile error.
Date: Mon, 25 Apr 2005 18:33:59 +0100	[thread overview]
Message-ID: <426D2A07.30504@eircom.net> (raw)

make Adder_config

edit config.mk uncomment -DDEBUG

fails to resolve measure_gclk

Changing cpu/mpc8xx/speed.c

#if !defined(CONFIG_8xx_CPUCLK_DEFAULT) || defined(CFG_MEASURE_CPUCLK)

to

#if !defined(CONFIG_8xx_CPUCLK_DEFAULT) || defined(CFG_MEASURE_CPUCLK)\
	|| defined(DEBUG)

fixes.


--
Best regards
Bryan

             reply	other threads:[~2005-04-25 17:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-25 17:33 Bryan O'Donoghue [this message]
2005-08-12 20:33 ` [U-Boot-Users] UBoot cvs compile error 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=426D2A07.30504@eircom.net \
    --to=typedef@eircom.net \
    --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.