apalis/colibri imx6: provide proper fdtfile value
[oweals/u-boot.git] / include / configs / tegra-common.h
index d8ae9d1e0d84144861b11f7937f3142b507e5bae..84f671d00c372c76ce3f96f595193b8a8bff3f42 100644 (file)
  */
 #define CONFIG_SYS_MMC_MAX_DEVICE 4
 
-/*
- * select serial console configuration
- */
-
 /* allow to overwrite serial and ethaddr */
 #define CONFIG_ENV_OVERWRITE
 
-/* turn on command-line edit/hist/auto */
-
 /*
  * Increasing the size of the IO buffer as default nfsargs size is more
  *  than 256 and so it is not possible to edit it
@@ -65,7 +59,6 @@
 /*-----------------------------------------------------------------------
  * Physical Memory Map
  */
-#define CONFIG_NR_DRAM_BANKS   2
 #define PHYS_SDRAM_1           NV_PA_SDRC_CS0
 #define PHYS_SDRAM_1_SIZE      0x20000000      /* 512M */
 
@@ -89,7 +82,4 @@
 #define CONFIG_SYS_SPL_MALLOC_SIZE     0x00010000
 #endif
 
-/* Misc utility code */
-#define CONFIG_BOUNCE_BUFFER
-
 #endif /* _TEGRA_COMMON_H_ */