From: Romain Goyet Date: Thu, 15 Sep 2005 07:17:22 +0000 (+0300) Subject: [PATCH] ARM: OMAP: No output from compressed image on CONFIG_MACH_OMAP_PALMTE X-Git-Tag: v2.6.15-omap2~219 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6d9b97c5f3451e1de4fcfd17b3fca9d15dff5212;p=linux-2.6-omap-h63xx.git [PATCH] ARM: OMAP: No output from compressed image on CONFIG_MACH_OMAP_PALMTE No output from compressed image on CONFIG_MACH_OMAP_PALMTE --- diff --git a/include/asm-arm/arch-omap/uncompress.h b/include/asm-arm/arch-omap/uncompress.h index 3545c86859c..207ba9cf911 100644 --- a/include/asm-arm/arch-omap/uncompress.h +++ b/include/asm-arm/arch-omap/uncompress.h @@ -35,6 +35,10 @@ putstr(const char *s) { volatile u8 * uart = 0; int shift = 2; + +#ifdef CONFIG_MACH_OMAP_PALMTE + return; +#endif #ifdef CONFIG_ARCH_OMAP #ifdef CONFIG_OMAP_LL_DEBUG_UART3