]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/pb1x00/pb1x00.c
Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/master
[karo-tx-uboot.git] / board / pb1x00 / pb1x00.c
index 95b7d8246ee480505f638b4fc6af9c2ea8d37c29..82b7235209ddea479714f5add85f29e8d597765e 100644 (file)
@@ -42,14 +42,16 @@ void write_one_tlb( int index, u32 pagemask, u32 hi, u32 low0, u32 low1 );
 
 int checkboard (void)
 {
+#if defined(CONFIG_IDE_PCMCIA) && 0
        u16 status;
+#endif
        /* volatile u32 *pcmcia_bcsr = (u32*)(DB1000_BCSR_ADDR+0x10); */
        volatile u32 *sys_counter = (volatile u32*)SYS_COUNTER_CNTRL;
        u32 proc_id;
 
        *sys_counter = 0x100; /* Enable 32 kHz oscillator for RTC/TOY */
 
-       proc_id = read_32bit_cp0_register(CP0_PRID);
+       proc_id = read_c0_prid();
 
        switch (proc_id >> 24) {
        case 0: