From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pg0-x243.google.com ([2607:f8b0:400e:c05::243]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cl1WS-0007aW-UP for barebox@lists.infradead.org; Mon, 06 Mar 2017 22:54:36 +0000 Received: by mail-pg0-x243.google.com with SMTP id 187so7289187pgb.2 for ; Mon, 06 Mar 2017 14:54:11 -0800 (PST) From: Andrey Smirnov Date: Mon, 6 Mar 2017 14:53:12 -0800 Message-Id: <20170306225356.31475-2-andrew.smirnov@gmail.com> In-Reply-To: <20170306225356.31475-1-andrew.smirnov@gmail.com> References: <20170306225356.31475-1-andrew.smirnov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 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 01/45] at91: Fix bug/typo in debug_ll.h To: barebox@lists.infradead.org Cc: Andrey Smirnov Correct "COFNIG" to "CONFIG". Signed-off-by: Andrey Smirnov --- arch/arm/mach-at91/include/mach/debug_ll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.9.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox