From 6d9b97c5f3451e1de4fcfd17b3fca9d15dff5212 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Thu, 15 Sep 2005 10:17:22 +0300 Subject: [PATCH] [PATCH] ARM: OMAP: No output from compressed image on CONFIG_MACH_OMAP_PALMTE No output from compressed image on CONFIG_MACH_OMAP_PALMTE --- include/asm-arm/arch-omap/uncompress.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.41.1