]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/tegra114-common.h
zynq: zc70x: Add Catalyst 24WC08 EEPROM config support
[karo-tx-uboot.git] / include / configs / tegra114-common.h
index c2986d83092d7c47888f4ea11476193ce1280f1b..a4e8a5f5eb53824205ac3bb032bd8785f47d3316 100644 (file)
@@ -18,6 +18,9 @@
 #define _TEGRA114_COMMON_H_
 #include "tegra-common.h"
 
+/* Cortex-A15 uses a cache line size of 64 bytes */
+#define CONFIG_SYS_CACHELINE_SIZE      64
+
 /*
  * NS16550 Configuration
  */
 #define CONFIG_SYS_SPL_MALLOC_START    0x80090000
 #define CONFIG_SPL_STACK               0x800ffffc
 
-#define CONFIG_SPL_LDSCRIPT            "$(CPUDIR)/tegra114/u-boot-spl.lds"
-
 /* Total I2C ports on Tegra114 */
 #define TEGRA_I2C_NUM_CONTROLLERS      5
 
+/* For USB EHCI controller */
+#define CONFIG_EHCI_IS_TDI
+#define CONFIG_USB_EHCI_TXFIFO_THRESH  0x10
+
 #endif /* _TEGRA114_COMMON_H_ */