public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] UBoot cvs compile error.
@ 2005-04-25 17:33 Bryan O'Donoghue
  2005-08-12 20:33 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Bryan O'Donoghue @ 2005-04-25 17:33 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-12 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-25 17:33 [U-Boot-Users] UBoot cvs compile error Bryan O'Donoghue
2005-08-12 20:33 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox