]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/tegra30-common.h
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / include / configs / tegra30-common.h
index 282caec44b9e09414fe0da2699fa3e6e71945a98..f6c07c6ecc755fdecfcb97b8c7afa95305fe4fea 100644 (file)
 #define _TEGRA30_COMMON_H_
 #include "tegra-common.h"
 
+/*
+ * Errata configuration
+ */
+#define CONFIG_ARM_ERRATA_743622
+#define CONFIG_ARM_ERRATA_751472
+
 /*
  * NS16550 Configuration
  */
@@ -83,4 +89,7 @@
 
 #define CONFIG_SPL_LDSCRIPT            "$(CPUDIR)/tegra30/u-boot-spl.lds"
 
+/* Total I2C ports on Tegra30 */
+#define TEGRA_I2C_NUM_CONTROLLERS      5
+
 #endif /* _TEGRA30_COMMON_H_ */