Browse Source

Merge "plat/st: Fix incorrect return value" into integration

pull/1937/head
Alexei Fedorov 5 years ago
committed by TrustedFirmware Code Review
parent
commit
90d5f8bdf6
  1. 2
      plat/st/stm32mp1/include/boot_api.h

2
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

Loading…
Cancel
Save