diff --git a/arch/arm/mach-omap/include/mach/debug_ll.h b/arch/arm/mach-omap/include/mach/debug_ll.h index 142f01a..ed1777b 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 #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