Use named constant rather than '0' to access the reset controller register.

This commit is contained in:
Ian Lepore 2014-07-08 14:35:09 +00:00
parent d6205772da
commit 1e3d53c687

View File

@ -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();