]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/cmd_pcmcia.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / common / cmd_pcmcia.c
index dcd07c05e57ffbaf9a2f44b5dd2fd99e212a58c2..23fad3bcb13f052e7f948c3be75ce19dccffb733 100644 (file)
@@ -278,8 +278,8 @@ int check_ide_device (int slot)
        int found = 0;
        int i;
 
-       addr = (volatile uchar *)(CFG_PCMCIA_MEM_ADDR +
-                                 CFG_PCMCIA_MEM_SIZE * (slot * 4));
+       addr = (volatile uchar *)(CONFIG_SYS_PCMCIA_MEM_ADDR +
+                                 CONFIG_SYS_PCMCIA_MEM_SIZE * (slot * 4));
        debug ("PCMCIA MEM: %08lX\n", (ulong)addr);
 
        start = p = (volatile uchar *) addr;