diff options
Diffstat (limited to 'arch/m68k/cpu/mcf547x_8x/cpu_init.c')
| -rw-r--r-- | arch/m68k/cpu/mcf547x_8x/cpu_init.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/m68k/cpu/mcf547x_8x/cpu_init.c b/arch/m68k/cpu/mcf547x_8x/cpu_init.c index 4eb8a7c18..4c529dcf9 100644 --- a/arch/m68k/cpu/mcf547x_8x/cpu_init.c +++ b/arch/m68k/cpu/mcf547x_8x/cpu_init.c @@ -95,7 +95,7 @@ void cpu_init_f(void)  	out_be32(&fbcs->csmr5, CONFIG_SYS_CS5_MASK);  #endif -#ifdef CONFIG_FSL_I2C +#ifdef CONFIG_SYS_I2C_FSL  	out_be16(&gpio->par_feci2cirq,  		GPIO_PAR_FECI2CIRQ_SCL | GPIO_PAR_FECI2CIRQ_SDA);  #endif |