ARM: SAMSUNG: Consolidate uncompress subroutine
authorTushar Behera <tushar.behera@linaro.org>
Tue, 18 Jun 2013 17:22:18 +0000 (02:22 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 18 Jun 2013 17:22:18 +0000 (02:22 +0900)
For mach-exynos, uart_base is a pointer and the value is calculated
in the machine folder. For other machines, uart_base is defined as
a macro in platform directory. For symmetry, the uart_base macro
definition is removed and the uart_base calculation is moved to
specific machine folders.

This would help us consolidating uncompress subroutine for s5p64x0.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

No differences found