aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 14:48:20 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 14:48:20 +0200
commit9cdd9221ddf70f1624ba8c1cd4db42d1e354f0e4 (patch)
treeaa3b7218f860e7e635017d35be6726c401910fa7
parentfda7ae52c07fecccdd2e93998fb1c716252fcab4 (diff)
downloadkernel_samsung_espresso10-9cdd9221ddf70f1624ba8c1cd4db42d1e354f0e4.tar.gz
kernel_samsung_espresso10-9cdd9221ddf70f1624ba8c1cd4db42d1e354f0e4.tar.bz2
kernel_samsung_espresso10-9cdd9221ddf70f1624ba8c1cd4db42d1e354f0e4.zip
derp
-rw-r--r--arch/arm/plat-omap/include/plat/uncompress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/uncompress.h b/arch/arm/plat-omap/include/plat/uncompress.h
index 43357863e40..c180adceecd 100644
--- a/arch/arm/plat-omap/include/plat/uncompress.h
+++ b/arch/arm/plat-omap/include/plat/uncompress.h
@@ -175,7 +175,7 @@ static inline void __arch_decomp_setup(unsigned long arch_id)
#if defined(CONFIG_MACH_OMAP4_SAMSUNG)
#define SEC_DEBUG_LL_OMAP4(p, mach) DEBUG_LL_OMAP4(p, mach)
- SEC_DEBUG_LL_OMAP4(CONFIG_SAMSUNG_CONSOLE_UART, omap4_samsung);
+ SEC_DEBUG_LL_OMAP4(CONFIG_SAMSUNG_CONSOLE_UART, espresso10);
#endif /* CONFIG_MACH_OMAP4_SAMSUNG */
} while (0);