diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/uncompress.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/uncompress.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/include/plat/uncompress.h b/arch/arm/plat-omap/include/plat/uncompress.h index 13c305d62127..e5723c3e3418 100644 --- a/arch/arm/plat-omap/include/plat/uncompress.h +++ b/arch/arm/plat-omap/include/plat/uncompress.h | |||
@@ -40,12 +40,13 @@ static void putc(int c) | |||
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | #ifdef CONFIG_ARCH_OMAP | 42 | #ifdef CONFIG_ARCH_OMAP |
43 | /* Will get removed in the next patch, set to OMAP3 to compile */ | ||
43 | #ifdef CONFIG_OMAP_LL_DEBUG_UART3 | 44 | #ifdef CONFIG_OMAP_LL_DEBUG_UART3 |
44 | uart = (volatile u8 *)(OMAP_UART3_BASE); | 45 | uart = (volatile u8 *)(OMAP3_UART3_BASE); |
45 | #elif defined(CONFIG_OMAP_LL_DEBUG_UART2) | 46 | #elif defined(CONFIG_OMAP_LL_DEBUG_UART2) |
46 | uart = (volatile u8 *)(OMAP_UART2_BASE); | 47 | uart = (volatile u8 *)(OMAP3_UART2_BASE); |
47 | #elif defined(CONFIG_OMAP_LL_DEBUG_UART1) | 48 | #elif defined(CONFIG_OMAP_LL_DEBUG_UART1) |
48 | uart = (volatile u8 *)(OMAP_UART1_BASE); | 49 | uart = (volatile u8 *)(OMAP3_UART1_BASE); |
49 | #elif defined(CONFIG_OMAP_LL_DEBUG_NONE) | 50 | #elif defined(CONFIG_OMAP_LL_DEBUG_NONE) |
50 | return; | 51 | return; |
51 | #else | 52 | #else |