]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/M5235EVB.h
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / include / configs / M5235EVB.h
index e8361321f171cc8c2da333f72cf75b9a9def5c4e..f352db123d2b689e3da5cd30419a4a13fc0de282 100644 (file)
 
 /* I2C */
 #define CONFIG_FSL_I2C
-#define CONFIG_HARD_I2C                        /* I2C with hw support */
-#undef CONFIG_SOFT_I2C                 /* I2C bit-banged */
+#define CONFIG_HARD_I2C                /* I2C with hw support */
+#undef CONFIG_SOFT_I2C         /* I2C bit-banged */
 #define CFG_I2C_SPEED          80000
 #define CFG_I2C_SLAVE          0x7F
 #define CFG_I2C_OFFSET         0x00000300
 #define CFG_IMMR               CFG_MBAR
+#define CFG_I2C_PINMUX_REG     (gpio->par_qspi)
+#define CFG_I2C_PINMUX_CLR     ~(GPIO_PAR_FECI2C_SCL_MASK | GPIO_PAR_FECI2C_SDA_MASK)
+#define CFG_I2C_PINMUX_SET     (GPIO_PAR_FECI2C_SCL_I2CSCL | GPIO_PAR_FECI2C_SDA_I2CSDA)
 
 /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
 #define CONFIG_BOOTDELAY       1       /* autoboot after 5 seconds */
 /* Configuration for environment
  * Environment is embedded in u-boot in the second sector of the flash
  */
-#define CFG_ENV_IS_IN_FLASH    1
-#define CFG_ENV_IS_EMBEDDED    1
+#define CONFIG_ENV_IS_IN_FLASH 1
+#define CONFIG_ENV_IS_EMBEDDED 1
 #ifdef NORFLASH_PS32BIT
-#      define CFG_ENV_OFFSET           (0x8000)
-#      define CFG_ENV_SIZE             0x4000
-#      define CFG_ENV_SECT_SIZE        0x4000
+#      define CONFIG_ENV_OFFSET                (0x8000)
+#      define CONFIG_ENV_SIZE          0x4000
+#      define CONFIG_ENV_SECT_SIZE     0x4000
 #else
-#      define CFG_ENV_OFFSET           (0x4000)
-#      define CFG_ENV_SIZE             0x2000
-#      define CFG_ENV_SECT_SIZE        0x2000
+#      define CONFIG_ENV_OFFSET                (0x4000)
+#      define CONFIG_ENV_SIZE          0x2000
+#      define CONFIG_ENV_SECT_SIZE     0x2000
 #endif
 
 /*-----------------------------------------------------------------------