summaryrefslogtreecommitdiff
path: root/common/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/flash.c')
-rw-r--r--common/flash.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/flash.c b/common/flash.c
index e3419d53e2..cb7d6199de 100644
--- a/common/flash.c
+++ b/common/flash.c
@@ -23,9 +23,6 @@
#define CONFIG_FLASH_ERASED_VALUE32 (-1U)
#endif
-/* Flags for persist_state.flags */
-/* Protect persist state and RO firmware at boot */
-#define PERSIST_FLAG_PROTECT_RO 0x02
int flash_dataptr(int offset, int size_req, int align, const char **ptrp)
{