]> git.sur5r.net Git - u-boot/blobdiff - include/configs/colibri_pxa270.h
OMAP3: igep00x0: add CONFIG_SYS_NS16550_BROKEN_TEMT
[u-boot] / include / configs / colibri_pxa270.h
index 7691fb31552df881a06827f296b7c2c7785c60c5..bb8bea719dcfa97576a2aac6db2e8d6e491d5474 100644 (file)
@@ -55,8 +55,8 @@
  */
 #define        CONFIG_PXA_SERIAL
 #define        CONFIG_FFUART                   1
+#define CONFIG_CONS_INDEX              3
 #define        CONFIG_BAUDRATE                 115200
-#define        CONFIG_SYS_BAUDRATE_TABLE       { 9600, 19200, 38400, 57600, 115200 }
 
 /*
  * Bootloader Components Configuration
@@ -94,7 +94,6 @@
  * HUSH Shell Configuration
  */
 #define        CONFIG_SYS_HUSH_PARSER          1
-#define        CONFIG_SYS_PROMPT_HUSH_PS2      "> "
 
 #define        CONFIG_SYS_LONGHELP
 #ifdef CONFIG_SYS_HUSH_PARSER
 #define        CONFIG_SYS_HZ                   1000            /* Timer @ 3250000 Hz */
 #define        CONFIG_SYS_CPUSPEED             0x290           /* 520MHz */
 
-/*
- * Stack sizes
- *
- * The stack sizes are set up in start.S using the settings below
- */
-#define        CONFIG_STACKSIZE                (128 * 1024)    /* regular stack */
-#ifdef CONFIG_USE_IRQ
-#define        CONFIG_STACKSIZE_IRQ            (4 * 1024)      /* IRQ stack */
-#define        CONFIG_STACKSIZE_FIQ            (4 * 1024)      /* FIQ stack */
-#endif
-
 /*
  * DRAM Map
  */