Use named constant rather than '0' to access the reset controller register.
This commit is contained in:
parent
d6205772da
commit
1e3d53c687
@ -162,7 +162,7 @@ platform_mp_start_ap(void)
|
||||
( 1 << (SRC_CONTROL_C1RST_SHIFT - 1 + i)));
|
||||
|
||||
}
|
||||
bus_space_write_4(fdtbus_bs_tag, src, 0, val);
|
||||
bus_space_write_4(fdtbus_bs_tag, src, SRC_CONTROL_REG, val);
|
||||
|
||||
armv7_sev();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user