From: Tony Lindgren Date: Fri, 30 Apr 2010 19:57:14 +0000 (-0700) Subject: omap2/3: Fix DEBUG_LL for omap zoom2/3 X-Git-Tag: v2.6.35-rc1~456^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f57b81385b7793b83cd5ec9efc24db0bb62404;p=pandora-kernel.git omap2/3: Fix DEBUG_LL for omap zoom2/3 Zoom2 and 3 have UARTs only on the external debug board. GPMC needs to be mapped early to use it for DEBUG_LL. Additionally, 0xfb000000 overlaps with other areas, so use 0xfa400000 for the virtual address instead. Note that with the pending serial.c patches you need to set console=ttyS0,115200n8 as it will be the only UART mapped. To use DEBUG_LL, you need to pass also earlyprintk in cmdline. Cc: Allen Pais Acked-by: Vikram Pandita Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed