]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/compulab/common/eeprom.h
i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework
[people/ms/u-boot.git] / board / compulab / common / eeprom.h
index cf8c302b2e6563dd757f82fc2633ff4ded14eedc..e87162930d8549a20c5c35ee87396f89dbd9eae0 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _EEPROM_
 #define _EEPROM_
 
-#ifdef CONFIG_DRIVER_OMAP34XX_I2C
+#ifdef CONFIG_SYS_I2C_OMAP34XX
 int cl_eeprom_read_mac_addr(uchar *buf);
 u32 cl_eeprom_get_board_rev(void);
 #else