ARM: mxs: use debug_ll_io_init for low-level debug
authorShawn Guo <shawn.guo@linaro.org>
Fri, 29 Mar 2013 05:07:34 +0000 (13:07 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 1 Apr 2013 12:42:17 +0000 (20:42 +0800)
commit1f629564d08d44e1960800f96b1c6ad19e44b4ae
tree841e63f0ed6d155a3d2a9babc89beeafe43e3fd7
parent69d75a02db28c8bb04a4a70b1a577d571fc8e800
ARM: mxs: use debug_ll_io_init for low-level debug

The only user of the static mapping done in mx23_map_io and mx28_map_io
is low-level debug now.  Use debug_ll_io_init() instead, so that the
static mapping is used nowhere and can be removed completely later.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-mxs/include/mach/debug-macro.S
arch/arm/mach-mxs/mach-mxs.c