commit | c0a68cc1175bb234b46ec5b24742c8defbfe5286 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Mar 23 00:07:31 2015 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Mar 24 00:15:55 2015 +0900 |
tree | 5d7c5d8ab6e240b95793dc11706a376844e6f25d | |
parent | 5d3d996d6cebd36d03fb5d49389b097ddd4fec69 [diff] |
ARM: UniPhier: optimize kicking secondary CPUs code Currently, the secondary CPU(s) are kicked three times: Boot ROM ---(kick)--> SPL ---(kick)--> U-boot ---(kick)--> Linux. It makes the boot sequence very complicated. This commit merges the first and the second kicks, so the secondary CPU(s) can directly jump from SPL to Linux. arch/arm/mach-uniphier/smp.S is no longer necessary. Linux boot test passed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>