From: Tomasz Figa Date: Tue, 18 Jun 2013 17:22:22 +0000 (+0900) Subject: ARM: S5P64X0: Use common uncompress.h part for plat-samsung X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~72^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5336539ab8c18c3e13d9cd020dd7a0b798dfb11d;p=pandora-kernel.git ARM: S5P64X0: Use common uncompress.h part for plat-samsung Since uart_base can be set dynamically in arch_detect_cpu(), there is no need to have a copy of all code locally, just to override UART base address. This patch removes any duplicate code in uncompress.h variant of s5p64x0 and implements proper arch_detect_cpu() function to initialize UART with SoC-specific parameters. While at it, replace hard-coded register address with macro. Signed-off-by: Tomasz Figa Signed-off-by: Tushar Behera Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed