diff options
Diffstat (limited to 'src/include/usr/pnor/pnor_const.H')
| -rw-r--r-- | src/include/usr/pnor/pnor_const.H | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/usr/pnor/pnor_const.H b/src/include/usr/pnor/pnor_const.H index 34395fbd2..3b4b199a0 100644 --- a/src/include/usr/pnor/pnor_const.H +++ b/src/include/usr/pnor/pnor_const.H @@ -88,8 +88,9 @@ struct SectionInfo_t uint64_t size; /**< Size of partition in bytes */ bool eccProtected; /**< Section is ECC protected */ bool sha512Version; /**< Version Checking */ - bool sha512perEC; /**< Version Checking perEC */ - bool readOnly; /**< Section is read only */ + bool sha512perEC; /**< Version Checking perEC */ + bool readOnly; /**< Section is read only */ + bool reprovision; /**< Erase this section during a reprovision */ #ifdef CONFIG_SECUREBOOT size_t secureProtectedPayloadSize; /**< Cache the secure payload size so that the secure container only |

