]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/vl_ma2sc.h
config: remove platform CONFIG_SYS_HZ definition part 2/2
[people/ms/u-boot.git] / include / configs / vl_ma2sc.h
index 817d36f17e0e5be426c704a82fa9f754dd835f50..4c73134645368ec0b2d363371de3520c1a957e88 100644 (file)
 #define CONFIG_SYS_I2C_SLAVE                   0               /* not used */
 
 #ifndef CONFIG_HARD_I2C
-#define CONFIG_SOFT_I2C
+#define CONFIG_SYS_I2C
+#define CONFIG_SYS_I2C_SOFT                    /* I2C bit-banged */
+#define CONFIG_SYS_I2C_SOFT_SPEED      CONFIG_SYS_I2C_SPEED
+#define CONFIG_SYS_I2C_SOFT_SLAVE      CONFIG_SYS_I2C_SLAVE
 
 /* Software  I2C driver configuration */
-
 #define I2C_DELAY      udelay(2500000/CONFIG_SYS_I2C_SPEED)
 
 #define AT91_PIN_SDA   (1<<4)          /* AT91C_PIO_PB4 */
 
 /* clocks */
 
-#define CONFIG_SYS_HZ                  1000
 #define CONFIG_SYS_AT91_SLOW_CLOCK     32768           /* slow clock */
 
 #define MHZ180