Fix SE access typo

This commit is contained in:
Michael Scire 2018-02-22 17:58:48 -08:00
parent d1d8d3da34
commit a007e98e17

View file

@ -372,7 +372,7 @@ void trigger_se_blocking_op(unsigned int op, void *dst, size_t dst_size, const v
/* Set the LLs. */
SECURITY_ENGINE->IN_LL_ADDR_REG = get_physical_address(&in_ll);
g_security_enging->OUT_LL_ADDR_REG = get_physical_address(&out_ll);
SECURITY_ENGINE->OUT_LL_ADDR_REG = get_physical_address(&out_ll);
/* Set registers for operation. */
SECURITY_ENGINE->ERR_STATUS_REG = SECURITY_ENGINE->ERR_STATUS_REG;