From: Lee Jones Date: Wed, 8 May 2013 13:29:05 +0000 (+0100) Subject: ARM: ux500: Fix incorrect DEBUG UART virtual addresses X-Git-Tag: v3.10-rc3~13^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea63a11027103372f56bd2d9ee3c525be6edc9c1;p=pandora-kernel.git ARM: ux500: Fix incorrect DEBUG UART virtual addresses A recent move to rid header files which were hindering multiplatform support forced address allocations out of the headers and into the files which were using them. We also lost some useful macros such as IO_ADDRESS(), so physical -> virtual addressing has been carried out manually in this case. Unfortunately the incorrect value was converted. This patch rectifies the error and ensures earlyprintk works again. Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed