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)
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>

No differences found