Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / tegra-common.h
index 92df457..c558679 100644 (file)
 
 #include <asm/arch/tegra.h>            /* get chip and board defs */
 
-/* Use the Tegra US timer on ARMv7, but the architected timer on ARMv8. */
-#ifndef CONFIG_ARM64
-#define CONFIG_SYS_TIMER_RATE          1000000
-#define CONFIG_SYS_TIMER_COUNTER       NV_PA_TMRUS_BASE
-#endif
-
 /* Environment */
 
 /*
 #define PHYS_SDRAM_1           NV_PA_SDRC_CS0
 #define PHYS_SDRAM_1_SIZE      0x20000000      /* 512M */
 
-#define CONFIG_SYS_SDRAM_BASE  PHYS_SDRAM_1
+#define CFG_SYS_SDRAM_BASE     PHYS_SDRAM_1
 
-#define CONFIG_SYS_BOOTMAPSZ   (256 << 20)     /* 256M */
+#define CFG_SYS_BOOTMAPSZ      (256 << 20)     /* 256M */
 
 #ifndef CONFIG_ARM64
-#define CONFIG_SYS_INIT_RAM_ADDR       CONFIG_STACKBASE
-#define CONFIG_SYS_INIT_RAM_SIZE       CONFIG_SYS_MALLOC_LEN
+#define CFG_SYS_INIT_RAM_ADDR  CFG_STACKBASE
+#define CFG_SYS_INIT_RAM_SIZE  CONFIG_SYS_MALLOC_LEN
 
 /* Defines for SPL */
 #endif