diff options
Diffstat (limited to 'arch/m68k/cpu/mcf5445x/cpu_init.c')
| -rw-r--r-- | arch/m68k/cpu/mcf5445x/cpu_init.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/m68k/cpu/mcf5445x/cpu_init.c b/arch/m68k/cpu/mcf5445x/cpu_init.c index 955968c0d..9c324dc96 100644 --- a/arch/m68k/cpu/mcf5445x/cpu_init.c +++ b/arch/m68k/cpu/mcf5445x/cpu_init.c @@ -196,7 +196,7 @@ void cpu_init_f(void)  		GPIO_PAR_FBCTL_OE | GPIO_PAR_FBCTL_TA_TA |  		GPIO_PAR_FBCTL_RW_RW | GPIO_PAR_FBCTL_TS_TS); -#ifdef CONFIG_FSL_I2C +#ifdef CONFIG_SYS_FSL_I2C  	out_be16(&gpio->par_feci2c,  		GPIO_PAR_FECI2C_SCL_SCL | GPIO_PAR_FECI2C_SDA_SDA);  #endif |