From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Dalek Date: Wed, 10 Oct 2012 02:09:59 +0200 Subject: [U-Boot] [PATCH] h2200: Make use of default_serial_console In-Reply-To: <20121010002719.244a2b83@lilith> References: <20121010002719.244a2b83@lilith> Message-ID: <1349827799-9175-1-git-send-email-luk0104@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- 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