aboutsummaryrefslogtreecommitdiff
path: root/include/configs/pxa1928_helium.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/pxa1928_helium.h')
-rw-r--r--include/configs/pxa1928_helium.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/pxa1928_helium.h b/include/configs/pxa1928_helium.h
index b965a46995..fab16ca48a 100644
--- a/include/configs/pxa1928_helium.h
+++ b/include/configs/pxa1928_helium.h
@@ -30,6 +30,10 @@
#define COUNTER_FREQUENCY (0x340000) /* 3.25MHz */
#define SECONDARY_CPU_MAILBOX 0x01210000
+#define CONFIG_CONSOLE_MUX
+#define CONFIG_SYS_CONSOLE_IS_IN_ENV
+#define CONFIG_OF_STDOUT_VIA_ALIAS
+
#define CPU_RELEASE_ADDR 0xffffffff /* should not be touched */
#define CONFIG_SMP
@@ -96,6 +100,13 @@
#undef CONFIG_ARCH_MISC_INIT
+#undef CONFIG_SYS_NS16550_COM1
+#define CONFIG_SYS_NS16550_COM1 PXA1928_UART1_BASE
+#define CONFIG_SYS_NS16550_COM3 PXA1928_UART3_BASE
+
+#undef CONFIG_CONS_INDEX
+#define CONFIG_CONS_INDEX 3 /*Console on UART3 */
+
/*
* Boot setting
*/
@@ -130,6 +141,9 @@
#undef CONFIG_EXTRA_ENV_SETTINGS
#define CONFIG_EXTRA_ENV_SETTINGS \
+ "stdin=eserial0,eserial2\0" \
+ "stdout=eserial0,eserial2\0" \
+ "stderr=eserial0,eserial2\0" \
"autostart=yes\0" \
"verify=yes\0" \
"cdc_connect_timeout=60\0" \