cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config header
[oweals/u-boot.git] / include / configs / vf610twr.h
index 5012fc81808105b679dc4f8895624c7a00fd24ab..5a7a066377ee28e2e14c84a4cee95fa1fa3ee0dd 100644 (file)
@@ -3,20 +3,7 @@
  *
  * Configuration settings for the Freescale Vybrid vf610twr board.
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.        See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CONFIG_H
 #define CONFIG_PHYLIB
 #define CONFIG_PHY_MICREL
 
+/* I2C Configs */
+#define CONFIG_CMD_I2C
+#define CONFIG_HARD_I2C
+#define CONFIG_I2C_MXC
+#define CONFIG_SYS_I2C_BASE            I2C0_BASE_ADDR
+#define CONFIG_SYS_I2C_SPEED           100000
+
 #define CONFIG_BOOTDELAY               3
 
 #define CONFIG_LOADADDR                        0x82000000