From 7c7245e7dbc6fb37e66dc99793c740d01f12da1f Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 3 Dec 2009 12:59:45 +0800 Subject: [PATCH] only need uart0 --- xbboot/target-stage1/stage1.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xbboot/target-stage1/stage1.c b/xbboot/target-stage1/stage1.c index fcfc6ef..add11e9 100644 --- a/xbboot/target-stage1/stage1.c +++ b/xbboot/target-stage1/stage1.c @@ -89,7 +89,6 @@ void gpio_init() __gpio_as_nand(); __gpio_as_sdram_32bit(); __gpio_as_uart0(); - __gpio_as_uart1(); } void pll_init()