From: Shawn Guo Date: Sun, 16 Sep 2012 12:50:45 +0000 (+0800) Subject: ARM: imx: move debug macros to include/debug X-Git-Tag: omap-for-v3.8/cleanup-multiplatform-signed~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dde5ac5220b3b9c28f82f291b64eca3e5ebe80d;p=pandora-kernel.git ARM: imx: move debug macros to include/debug Move imx debug-macro.S over to common debug macro directory. It removes the inclusion to hardware.h by hard-coding the physical address of uart port and copying IMX_IO_P2V from hardware.h. Since we will need a common solution, which might use a fixed virtual address for uart port across platforms, we make a copy of IMX_IO_P2V here as a temporary solution to enable low-level debug for imx multi-platform build. Signed-off-by: Shawn Guo Acked-by: Sascha Hauer Acked-by: Arnd Bergmann --- Reading git-diff-tree failed