git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
323dece
)
[PATCH] ARM: OMAP: No output from compressed image on CONFIG_MACH_OMAP_PALMTE
author
Romain Goyet
<r.goyet@gmail.com>
Thu, 15 Sep 2005 07:17:22 +0000
(10:17 +0300)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 15 Sep 2005 07:17:22 +0000
(10:17 +0300)
No output from compressed image on CONFIG_MACH_OMAP_PALMTE
include/asm-arm/arch-omap/uncompress.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-omap/uncompress.h
b/include/asm-arm/arch-omap/uncompress.h
index
3545c86
..
207ba9c
100644
(file)
--- 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