commit | 90d5f8bdf6aeef17597aa4e9b30654d0d30d0ca5 | [log] [tgz] |
---|---|---|
author | Alexei Fedorov <Alexei.Fedorov@arm.com> | Thu Nov 28 10:47:54 2019 +0000 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Thu Nov 28 10:47:54 2019 +0000 |
tree | 9a76c4708e7accbc2bbf4131809bbb8c1a0070d1 | |
parent | f325f9ce429c09e28acbbb57f3dd8a09e4d1ccf4 [diff] | |
parent | 697d18ae1a73c5e2d874b36760618b9f6534baa9 [diff] |
Merge "plat/st: Fix incorrect return value" into integration
diff --git a/plat/st/stm32mp1/include/boot_api.h b/plat/st/stm32mp1/include/boot_api.h index 2284970..c80aef6 100644 --- a/plat/st/stm32mp1/include/boot_api.h +++ b/plat/st/stm32mp1/include/boot_api.h
@@ -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