]> 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 29d82e4c4351976f8b045b82674de3a4d15aa6a0..ae219ccf83d43f8ae8b9072b16cf2d1cdfb01f4f 100644 (file)
@@ -31,8 +31,6 @@
 #include <video_fb.h>
 #include "videomodes.h"
 
-#ifdef CONFIG_VIDEO_CT69000
-
 /* debug */
 #undef VGA_DEBUG
 #undef VGA_DUMP_REG
@@ -1109,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;
@@ -1280,7 +1278,4 @@ video_hw_bitblt (unsigned int bpp,        /* bytes per pixel */
        out32r (pGD->pciBase + BR08_o, (dim_y << 16) + dim_x);  /* start the BITBlt */
        video_wait_bitblt (pGD->pciBase + BR04_o);
 }
-
-#endif                         /* CONFIG_CT69000 */
-
 #endif                         /* CONFIG_VIDEO */