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 a9e3b4392..c3df831f1 100644 --- a/arch/m68k/cpu/mcf547x_8x/cpu_init.c +++ b/arch/m68k/cpu/mcf547x_8x/cpu_init.c @@ -79,7 +79,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 |