|
@@ -158,7 +158,7 @@
|
|
#undef CONFIG_CONS_NONE /* define if console on something else */
|
|
#undef CONFIG_CONS_NONE /* define if console on something else */
|
|
#define CONFIG_CONS_INDEX 1 /* which serial channel for console */
|
|
#define CONFIG_CONS_INDEX 1 /* which serial channel for console */
|
|
|
|
|
|
-#else
|
|
|
|
|
|
+#else /* ! TQM8560 */
|
|
|
|
|
|
#define CONFIG_CONS_INDEX 1
|
|
#define CONFIG_CONS_INDEX 1
|
|
#undef CONFIG_SERIAL_SOFTWARE_FIFO
|
|
#undef CONFIG_SERIAL_SOFTWARE_FIFO
|
|
@@ -170,13 +170,6 @@
|
|
#define CFG_NS16550_COM1 (CFG_CCSRBAR+0x4500)
|
|
#define CFG_NS16550_COM1 (CFG_CCSRBAR+0x4500)
|
|
#define CFG_NS16550_COM2 (CFG_CCSRBAR+0x4600)
|
|
#define CFG_NS16550_COM2 (CFG_CCSRBAR+0x4600)
|
|
|
|
|
|
-#endif /* CONFIG_TQM8560 */
|
|
|
|
-
|
|
|
|
-#define CONFIG_BAUDRATE 115200
|
|
|
|
-
|
|
|
|
-#define CFG_BAUDRATE_TABLE \
|
|
|
|
- {300, 600, 1200, 2400, 4800, 9600, 19200, 38400,115200}
|
|
|
|
-
|
|
|
|
/* PS/2 Keyboard */
|
|
/* PS/2 Keyboard */
|
|
#if !defined(CONFIG_TQM8560)
|
|
#if !defined(CONFIG_TQM8560)
|
|
#define CONFIG_PS2KBD /* AT-PS/2 Keyboard */
|
|
#define CONFIG_PS2KBD /* AT-PS/2 Keyboard */
|
|
@@ -186,6 +179,13 @@
|
|
#define CONFIG_BOARD_EARLY_INIT_R 1
|
|
#define CONFIG_BOARD_EARLY_INIT_R 1
|
|
#endif /* !CONFIG_TQM8560 */
|
|
#endif /* !CONFIG_TQM8560 */
|
|
|
|
|
|
|
|
+#endif /* CONFIG_TQM8560 */
|
|
|
|
+
|
|
|
|
+#define CONFIG_BAUDRATE 115200
|
|
|
|
+
|
|
|
|
+#define CFG_BAUDRATE_TABLE \
|
|
|
|
+ {300, 600, 1200, 2400, 4800, 9600, 19200, 38400,115200}
|
|
|
|
+
|
|
/* Use the HUSH parser */
|
|
/* Use the HUSH parser */
|
|
#define CFG_HUSH_PARSER
|
|
#define CFG_HUSH_PARSER
|
|
#ifdef CFG_HUSH_PARSER
|
|
#ifdef CFG_HUSH_PARSER
|