From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx.til-technologies.net ([92.103.228.36]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UFlsr-0007C3-UM for barebox@lists.infradead.org; Wed, 13 Mar 2013 13:38:22 +0000 Message-ID: <51408197.6090407@til-technologies.fr> Date: Wed, 13 Mar 2013 14:39:35 +0100 From: Cerrato Renaud MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 1/5] at91: debug unit typo fix To: barebox@lists.infradead.org This patch fix the debug unit output by correcting a typo into an #ifdef statement. Signed-off-by: Cerrato Renaud --- arch/arm/mach-at91/include/mach/debug_ll.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-at91/include/mach/debug_ll.h b/arch/arm/mach-at91/include/mach/debug_ll.h index 1a85ae4..42728a4 100644 --- a/arch/arm/mach-at91/include/mach/debug_ll.h +++ b/arch/arm/mach-at91/include/mach/debug_ll.h @@ -11,7 +11,7 @@ #include #include -#ifdef COFNIG_HAVE_AT91_DBGU0 +#ifdef CONFIG_HAVE_AT91_DBGU0 #define UART_BASE AT91_BASE_DBGU0 #else #define UART_BASE AT91_BASE_DBGU1 -- 1.7.2.5 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox