summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-01-31 18:45:15 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-02-02 08:49:16 +0100
commit01105421e35bee8f6da1f5ae9c165c27442afafc (patch)
tree112c631dc3a72e03bd290307e870c9340a4b6e37
parent8d5faa862c6fa7a0dff4ac25e5ba72eb466b6f3c (diff)
downloadbarebox-01105421e35bee8f6da1f5ae9c165c27442afafc.tar.gz
barebox-01105421e35bee8f6da1f5ae9c165c27442afafc.tar.xz
omap3: fix debug_ll uart base
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/mach-omap/include/mach/debug_ll.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap/include/mach/debug_ll.h b/arch/arm/mach-omap/include/mach/debug_ll.h
index 142f01a81e..ed1777b55b 100644
--- a/arch/arm/mach-omap/include/mach/debug_ll.h
+++ b/arch/arm/mach-omap/include/mach/debug_ll.h
@@ -23,9 +23,9 @@
#include <mach/omap3-silicon.h>
#ifdef CONFIG_OMAP3EVM_UART1
-#define UART_BASE OMAP_UART1_BASE
+#define UART_BASE OMAP3_UART1_BASE
#else
-#define UART_BASE OMAP_UART3_BASE
+#define UART_BASE OMAP3_UART3_BASE
#endif
#endif