mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2025-03-04 00:18:18 +00:00
Merge pull request #44 from danh-arm/dh/tf-issues#136
Remove redundant code from bl1_plat_helpers.S
This commit is contained in:
commit
bc1a42b7c2
@ -59,11 +59,6 @@
|
||||
* -----------------------------------------------------
|
||||
*/
|
||||
func plat_secondary_cold_boot_setup
|
||||
bl read_mpidr
|
||||
mov x19, x0
|
||||
bl platform_get_core_pos
|
||||
mov x20, x0
|
||||
|
||||
/* ---------------------------------------------
|
||||
* Power down this cpu.
|
||||
* TODO: Do we need to worry about powering the
|
||||
@ -72,8 +67,9 @@ func plat_secondary_cold_boot_setup
|
||||
* loader zeroes out the zi section.
|
||||
* ---------------------------------------------
|
||||
*/
|
||||
bl read_mpidr
|
||||
ldr x1, =PWRC_BASE
|
||||
str w19, [x1, #PPOFFR_OFF]
|
||||
str w0, [x1, #PPOFFR_OFF]
|
||||
|
||||
/* ---------------------------------------------
|
||||
* Deactivate the gic cpu interface as well
|
||||
|
Loading…
x
Reference in New Issue
Block a user