global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / tegra114-common.h
index 7420831..ab4fa55 100644 (file)
@@ -15,7 +15,7 @@
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_STACKBASE       0x83800000      /* 56MB */
+#define CFG_STACKBASE  0x83800000      /* 56MB */
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
@@ -55,7 +55,4 @@
 
 /* Defines for SPL */
 
-/* For USB EHCI controller */
-#define CONFIG_USB_EHCI_TXFIFO_THRESH  0x10
-
 #endif /* _TEGRA114_COMMON_H_ */