]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/tegra-common.h
pinctrl: add pin control uclass support
[karo-tx-uboot.git] / include / configs / tegra-common.h
index 49fa8b321064e533c0512820c44d8e0b4bb4ebbf..6fe5f2ce6543cd04b76cfdd1c9671d2f10b2e496 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
 
 /*
  * Display CPU and Board information
 #define CONFIG_SYS_STDIO_DEREGISTER
 #endif
 
-/*
- * Miscellaneous configurable options
- */
-#define CONFIG_SYS_PROMPT              V_PROMPT
 /*
  * Increasing the size of the IO buffer as default nfsargs size is more
  *  than 256 and so it is not possible to edit it
 /*-----------------------------------------------------------------------
  * Physical Memory Map
  */
-#define CONFIG_NR_DRAM_BANKS   1
+#define CONFIG_NR_DRAM_BANKS   2
 #define PHYS_SDRAM_1           NV_PA_SDRC_CS0
 #define PHYS_SDRAM_1_SIZE      0x20000000      /* 512M */