Skip to content

Commit

Permalink
bl_storage: Remove temporary definition used for TF-M attestation
Browse files Browse the repository at this point in the history
Jira: NCSDK-23978
Jira: NCSDK-18032
Jira: NCSDK-17500

Signed-off-by: Øyvind Rønningstad <[email protected]>
  • Loading branch information
oyvindronningstad authored and rlubos committed Nov 13, 2023
1 parent d893f17 commit 251563f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/bl_storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
#include <nrfx_nvmc.h>
#include <errno.h>
#include <pm_config.h>
/* In case this gets included in an image that is build without a bootloader
* the provision area is not defined, so we have to point to the OTP manually
* NCSDK-18032 is to prevent this workaround in the future
*/
#ifndef PM_PROVISION_ADDRESS
#define PM_PROVISION_ADDRESS (&NRF_UICR->OTP)
#endif


#ifdef __cplusplus
Expand Down

0 comments on commit 251563f

Please sign in to comment.