9
0
Fork 0

at91: Fix bug/typo in debug_ll.h

Correct "COFNIG" to "CONFIG".

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Andrey Smirnov 2017-03-08 14:08:50 -08:00 committed by Sascha Hauer
parent 31e16d1769
commit 2574148ad9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include <asm/io.h>
#include <mach/hardware.h>
#ifdef COFNIG_HAVE_AT91_DBGU0
#ifdef CONFIG_HAVE_AT91_DBGU0
#define UART_BASE AT91_BASE_DBGU0
#else
#define UART_BASE AT91_BASE_DBGU1