]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/ct69000.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / drivers / video / ct69000.c
index cae662eaa98bab3ec761d403afe3c4f03ab9069c..ae219ccf83d43f8ae8b9072b16cf2d1cdfb01f4f 100644 (file)
@@ -1107,7 +1107,7 @@ video_hw_init (void)
                pGD->gdfIndex = GDF_24BIT_888RGB;
                break;
        }
-       pGD->isaBase = CFG_ISA_IO_BASE_ADDRESS;
+       pGD->isaBase = CONFIG_SYS_ISA_IO_BASE_ADDRESS;
        pGD->pciBase = pci_mem_base;
        pGD->frameAdrs = pci_mem_base;
        pGD->memSize = chips_param->max_mem;