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

Bryan O'Donoghue typedef at eircom.net
Mon Apr 25 19:33:59 CEST 2005


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




More information about the U-Boot mailing list