summaryrefslogtreecommitdiff
path: root/board/sandburst/karef/karef.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-12-01 01:38:13 +0100
committerWolfgang Denk <wd@pollux.(none)>2005-12-01 01:38:13 +0100
commit4a86d779ff0b2bf9690e50786dece5a689ba3345 (patch)
tree3746d8406d5144dc02ef972e69e7c772706f26ca /board/sandburst/karef/karef.c
parentb6f8435664db077235be537b64a67d03bd235c32 (diff)
parentd96f41e0165f1bdc16eacf79ba1654c8f45fa71a (diff)
Merge with /home/sr/git/u-boot
Diffstat (limited to 'board/sandburst/karef/karef.c')
-rw-r--r--board/sandburst/karef/karef.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/sandburst/karef/karef.c b/board/sandburst/karef/karef.c
index cfbfa47..2d71d3b 100644
--- a/board/sandburst/karef/karef.c
+++ b/board/sandburst/karef/karef.c
@@ -305,12 +305,6 @@ int checkboard (void)
printf("OFEM Board Rev:\t0x%02X\tID: 0x%02X\n", ofem_brd_id, ofem_brd_rev);
}
- printf ("\tVCO: %lu MHz\n", sysinfo.freqVCOMhz / 1000000);
- printf ("\tCPU: %lu MHz\n", sysinfo.freqProcessor / 1000000);
- printf ("\tPLB: %lu MHz\n", sysinfo.freqPLB / 1000000);
- printf ("\tOPB: %lu MHz\n", sysinfo.freqOPB / 1000000);
- printf ("\tEPB: %lu MHz\n", sysinfo.freqEPB / 1000000);
-
/* Fix the ack in the bme 32 */
udelay(5000);
out32(CFG_BME32_BASE + 0x0000000C, 0x00000001);