]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/tegra124-common.h
bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR
[people/ms/u-boot.git] / include / configs / tegra124-common.h
index af7698d95c7b7bfa5b1ce2fb2eb5d3643da17596..4f098a8abcd8f2e3202fb0e06ad4998c3dd6db32 100644 (file)
@@ -10,9 +10,6 @@
 
 #include "tegra-common.h"
 
-/* Cortex-A15 uses a cache line size of 64 bytes */
-#define CONFIG_SYS_CACHELINE_SIZE      64
-
 /*
  * NS16550 Configuration
  */
@@ -26,7 +23,6 @@
 /*-----------------------------------------------------------------------
  * Physical Memory Map
  */
-#define CONFIG_SYS_TEXT_BASE   0x80110000
 
 /*
  * Memory layout for where various images get loaded by boot scripts:
@@ -68,6 +64,8 @@
 /* For USB EHCI controller */
 #define CONFIG_EHCI_IS_TDI
 #define CONFIG_USB_EHCI_TXFIFO_THRESH  0x10
-#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 1
+
+/* GPU needs setup */
+#define CONFIG_TEGRA_GPU
 
 #endif /* _TEGRA124_COMMON_H_ */