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

* [U-Boot-Users] UBoot cvs compile error.
  2005-04-25 17:33 [U-Boot-Users] UBoot cvs compile error Bryan O'Donoghue
@ 2005-08-12 20:33 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2005-08-12 20:33 UTC (permalink / raw)
  To: u-boot

In message <426D2A07.30504@eircom.net> you wrote:
> 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.

Added, thanks. But please provide a proper patch next time.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Most legends have their basis in facts.
	-- Kirk, "And The Children Shall Lead", stardate 5029.5

^ 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