]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_pcmcia.c
* Restrict baudrate settings on LWMON to higher speeds
[karo-tx-uboot.git] / common / cmd_pcmcia.c
index 8a3491ede7940523249d733cc88ffc341e26056c..f9bd0ba89b647b2f59172409a71b78631bddbaef 100644 (file)
@@ -282,7 +282,7 @@ static int check_ide_device (int slot)
 
        addr = (volatile uchar *)(CFG_PCMCIA_MEM_ADDR +
                                  CFG_PCMCIA_MEM_SIZE * (slot * 4));
-       debug ("PCMCIA MEM: %08X\n", addr);
+       debug ("PCMCIA MEM: %08lX\n", (ulong)addr);
 
        start = p = (volatile uchar *) addr;