the extended bd_t. Damn.. When will I *ever* learn to compile before
committing? I've been doing for far too long to forget that.
#ifdef CONFIG_VIDEO
#include <video.h>
#endif
+#include <version.h>
static char *failed = "*** failed ***\n";
bd->bi_busfreq = get_bus_freq(clock_mhz); /* Bus Freq, in MHz */
bd->bi_baudrate = baudrate; /* Console Baudrate */
#ifdef EXTBDINFO
- bd->bi_procfreq = cpu_speed * 1000000; /* Processor Speed, In Hz */
+ bd->bi_procfreq = bd->bi_intfreq * 1000000; /* Processor Speed, In Hz */
bd->bi_plb_busfreq = bd->bi_busfreq;
bd->bi_pci_busfreq = bd->bi_busfreq;
#endif