[U-Boot] [PATCH] h2200: Make use of default_serial_console
Lukasz Dalek
luk0104 at gmail.com
Wed Oct 10 02:09:59 CEST 2012
Define CONFIG_CONS_INDEX to use ffuart as default console and fix
compilation error related to undefined CONFIG_CONS_INDEX.
Signed-off-by: Lukasz Dalek <luk0104 at gmail.com>
---
include/configs/h2200.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/h2200.h b/include/configs/h2200.h
index de5299b..ef14dd3 100644
--- a/include/configs/h2200.h
+++ b/include/configs/h2200.h
@@ -124,6 +124,7 @@
#define CONFIG_PXA_SERIAL
#define CONFIG_FFUART
+#define CONFIG_CONS_INDEX 3
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 38400, 115200 }
--
1.7.8.6
More information about the U-Boot
mailing list