commit | ffb910d7b84f21ef6caeed041032a0af8d2e00ed | [log] [tgz] |
---|---|---|
author | Florian Fainelli <[email protected]> | Tue Jul 07 18:17:01 2015 -0700 |
committer | Florian Fainelli <[email protected]> | Sat Jul 11 18:33:51 2015 -0700 |
tree | 83d68aa2f19b6e936a4d0fa13d8a2b3b751b000d | |
parent | a6b4b25bd15c0a490769422a7eee355e9e91a57b [diff] |
ARM: BCM63xx: Remove custom secondary_startup function With commit 02b4e2756e01c623cc4dbceae4b07be75252db5b ("ARM: v7 setup function should invalidate L1 cache"), the default secondary_startup function for ARMv7 CPUs does invalidate the L1 cache, which was the sole reason why BCM63xx had to have its own secondary_startup implementation. Now that the secondary_startup takes care of this, we can completely remove that code. Signed-off-by: Florian Fainelli <[email protected]>