From b2fcd6f3a4fc40711bd83470a110b42b4cc6de04 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Thu, 6 Oct 2005 13:51:55 -0700 Subject: [PATCH] ARM: OMAP: Fix compiler warning in uncompress.h --- include/asm-arm/arch-omap/uncompress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm-arm/arch-omap/uncompress.h b/include/asm-arm/arch-omap/uncompress.h index 207ba9cf911..80d1f0ea976 100644 --- a/include/asm-arm/arch-omap/uncompress.h +++ b/include/asm-arm/arch-omap/uncompress.h @@ -43,7 +43,7 @@ putstr(const char *s) #ifdef CONFIG_ARCH_OMAP #ifdef CONFIG_OMAP_LL_DEBUG_UART3 uart = (volatile u8 *)(OMAP_UART3_BASE); -#elif CONFIG_OMAP_LL_DEBUG_UART2 +#elifdef CONFIG_OMAP_LL_DEBUG_UART2 uart = (volatile u8 *)(OMAP_UART2_BASE); #else uart = (volatile u8 *)(OMAP_UART1_BASE); -- 2.41.1