From: Krzysztof Kozlowski Date: Sat, 13 Sep 2014 17:31:19 +0000 (+0900) Subject: ARM: EXYNOS: Do not calculate boot address twice X-Git-Tag: fixes-for-v3.18-merge-window~6^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68ba947c1208504080397b9fc55a0ae9ba92936d;p=pandora-kernel.git ARM: EXYNOS: Do not calculate boot address twice Commit b3205dea8fbf ("ARM: EXYNOS: Map SYSRAM through generic DT bindings") introduced local variable boot_reg where boot address from cpu_boot_reg() call is stored. Re-use it instead calling cpu_boot_reg() again. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Sachin Kamat Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed