From patchwork Wed Oct 10 00:09:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot] h2200: Make use of default_serial_console Date: Tue, 09 Oct 2012 14:09:59 -0000 From: =?utf-8?b?xYF1a2FzeiBEYcWCZWs=?= X-Patchwork-Id: 190516 Message-Id: <1349827799-9175-1-git-send-email-luk0104@gmail.com> To: u-boot@lists.denx.de Cc: marex@denx.de, trini@ti.com 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 Acked-by: Marek Vasut --- 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 }