From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bryan O'Donoghue Date: Mon, 25 Apr 2005 18:33:59 +0100 Subject: [U-Boot-Users] UBoot cvs compile error. Message-ID: <426D2A07.30504@eircom.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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