OSDN Git Service

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)
commit76c1b8386b31aeda911afaf11f032006d403addf
treecfb073c14faa8e2f232334979437018dd1050ab8
parent317ddd256b9c24b0d78fa8018f80f1e495481a10
ARM: SAMSUNG: Consolidate uncompress subroutine

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>
arch/arm/mach-exynos/include/mach/uncompress.h
arch/arm/mach-s3c24xx/include/mach/uncompress.h
arch/arm/mach-s3c64xx/include/mach/uncompress.h
arch/arm/mach-s5pc100/include/mach/uncompress.h
arch/arm/mach-s5pv210/include/mach/uncompress.h
arch/arm/plat-samsung/include/plat/uncompress.h