diff options
Diffstat (limited to 'drivers/video/ct69000.c')
| -rw-r--r-- | drivers/video/ct69000.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/video/ct69000.c b/drivers/video/ct69000.c index cae662eaa..ae219ccf8 100644 --- a/drivers/video/ct69000.c +++ b/drivers/video/ct69000.c @@ -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; |