[U-Boot] [PATCH 03/11] arm/pxa: enable stuart/btuart for vpac270

Mikhail Kshevetskiy mikhail.kshevetskiy at gmail.com
Thu Aug 26 12:47:58 CEST 2010


Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy at gmail.com>
---
 include/configs/vpac270.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h
index d3e22d9..e31b08a 100644
--- a/include/configs/vpac270.h
+++ b/include/configs/vpac270.h
@@ -62,7 +62,10 @@
  * Serial Console Configuration
  */
 #define	CONFIG_PXA_SERIAL
+#define	CONFIG_SERIAL_MULTI
 #define	CONFIG_FFUART			1
+#define	CONFIG_STUART			1
+#define	CONFIG_BTUART			1
 #define	CONFIG_BAUDRATE			115200
 #define	CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200 }
 
-- 
1.7.1



More information about the U-Boot mailing list