stm32mp1: board: add spi nand support
[oweals/u-boot.git] / include / configs / tegra-common.h
index d8ae9d1e0d84144861b11f7937f3142b507e5bae..b4da1f8428ca2411f3b36e00a55c87b40b39ecf9 100644 (file)
@@ -25,7 +25,6 @@
 #define CONFIG_CMDLINE_TAG             /* enable passing of ATAGs */
 
 /* Environment */
-#define CONFIG_ENV_SIZE                        0x2000  /* Total Size Environment */
 
 /*
  * NS16550 Configuration
  */
 #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 +58,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 +81,4 @@
 #define CONFIG_SYS_SPL_MALLOC_SIZE     0x00010000
 #endif
 
-/* Misc utility code */
-#define CONFIG_BOUNCE_BUFFER
-
 #endif /* _TEGRA_COMMON_H_ */