From: Sachin Kamat Date: Thu, 20 Mar 2014 17:09:39 +0000 (+0900) Subject: ARM: EXYNOS: Consolidate CPU init code X-Git-Tag: v3.15-rc1~74^2~1^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb84669cf7e94214593f162d4c1cf20424dd906;p=pandora-kernel.git ARM: EXYNOS: Consolidate CPU init code cpu_table was used to distinguish between different Exynos4 and 5 SoCs and based on the type do the initialization and io mapping. exynos_init is dummy and no longer needed as we do a DT based booting. By having a common io mapping function we can get rid of the whole table and avoid populating it for every SoC. Tested on Exynos4210, 5250 and 5420 based boards. Signed-off-by: Sachin Kamat Tested-by: Tomasz Figa Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed