]> git.sur5r.net Git - u-boot/blobdiff - include/configs/tegra20-common.h
configs:Remove unused macro CONFIG_DISCOVER_PHY
[u-boot] / include / configs / tegra20-common.h
index 2a14caaf60c0e7417ee780ec1cdde5ba630081ad..fe07f72260de43ef37cd982fab60fa9ccb9ff0bc 100644 (file)
@@ -38,6 +38,9 @@
 
 #include <asm/arch/tegra.h>            /* get chip and board defs */
 
+/* Align LCD to 1MB boundary */
+#define CONFIG_LCD_ALIGNMENT   MMU_SECTION_SIZE
+
 /*
  * Display CPU and Board information
  */
 
 #define CONFIG_SYS_NO_FLASH
 
-/* Environment information, boards can override if required */
 #define CONFIG_CONSOLE_MUX
 #define CONFIG_SYS_CONSOLE_IS_IN_ENV
-#define TEGRA_DEVICE_SETTINGS  "stdin=serial\0" \
-                               "stdout=serial\0" \
-                               "stderr=serial\0"
 
 #define CONFIG_LOADADDR                0x408000        /* def. location for kernel */
 #define CONFIG_BOOTDELAY       2               /* -1 to disable auto boot */
 #define CONFIG_SYS_NAND_SELF_INIT
 #define CONFIG_SYS_NAND_ONFI_DETECTION
 
+/* Misc utility code */
+#define CONFIG_BOUNCE_BUFFER
+
 #endif /* __TEGRA20_COMMON_H */