mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 07:15:20 +00:00
plat/st: Fix incorrect return value
Change the return code in boot_api.h which impacts the authentication result. Signed-off-by: Lionel Debieve <lionel.debieve@st.com> Change-Id: I2c3aadb98dd261ae5ad73978fc74a8a8cfa59b82 Reviewed-by: Yann GAUTIER <yann.gautier@st.com>
This commit is contained in:
parent
d537ee795c
commit
697d18ae1a
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
|||
/* Closed = OTP_CFG0[6] */
|
||||
#define BOOT_API_OTP_MODE_CLOSED_BIT_POS 6
|
||||
|
||||
#define BOOT_API_RETURN_OK 0x66U
|
||||
#define BOOT_API_RETURN_OK 0x77U
|
||||
|
||||
/*
|
||||
* Boot Context related definitions
|
||||
|
|
Loading…
Add table
Reference in a new issue