]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/logicpd/am3517evm/am3517evm.c
Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XX
[people/ms/u-boot.git] / board / logicpd / am3517evm / am3517evm.c
index 5d2d997e424661d2e4f205e319ea5bbdc60ffe26..c18a5a3140b9323ce01535deabc0899d4e95d5d8 100644 (file)
@@ -105,7 +105,7 @@ int misc_init_r(void)
        volatile unsigned int ctr;
        u32 reset;
 
-#ifdef CONFIG_SYS_I2C_OMAP34XX
+#ifdef CONFIG_SYS_I2C_OMAP24XX
        i2c_init(CONFIG_SYS_OMAP24_I2C_SPEED, CONFIG_SYS_OMAP24_I2C_SLAVE);
 #endif