[U-Boot-Users] UBoot cvs compile error.

Wolfgang Denk wd at denx.de
Fri Aug 12 22:33:14 CEST 2005


In message <426D2A07.30504 at 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




More information about the U-Boot mailing list