include: image: add rollback_index

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I2f7f222e7453fb16598e3fabb861962c0600709f
This commit is contained in:
Joseph Chen 2020-04-02 20:20:27 +08:00 committed by Jianhong Chen
parent e1aab64013
commit 4181c9fa95
1 changed files with 4 additions and 0 deletions

View File

@ -396,6 +396,10 @@ typedef struct bootm_headers {
#ifdef CONFIG_LMB
struct lmb lmb; /* for memory mgmt */
#endif
#ifdef CONFIG_FIT_ROLLBACK_PROTECT
u32 rollback_index;
#endif
} bootm_headers_t;
extern bootm_headers_t images;