Commit 6d9b97c5 authored by Romain Goyet's avatar Romain Goyet Committed by Tony Lindgren

[PATCH] ARM: OMAP: No output from compressed image on CONFIG_MACH_OMAP_PALMTE

No output from compressed image on CONFIG_MACH_OMAP_PALMTE
parent 323decec
...@@ -35,6 +35,10 @@ putstr(const char *s) ...@@ -35,6 +35,10 @@ putstr(const char *s)
{ {
volatile u8 * uart = 0; volatile u8 * uart = 0;
int shift = 2; int shift = 2;
#ifdef CONFIG_MACH_OMAP_PALMTE
return;
#endif
#ifdef CONFIG_ARCH_OMAP #ifdef CONFIG_ARCH_OMAP
#ifdef CONFIG_OMAP_LL_DEBUG_UART3 #ifdef CONFIG_OMAP_LL_DEBUG_UART3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment