include: image: add rollback_index
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I2f7f222e7453fb16598e3fabb861962c0600709f
This commit is contained in:
parent
e1aab64013
commit
4181c9fa95
|
|
@ -396,6 +396,10 @@ typedef struct bootm_headers {
|
||||||
#ifdef CONFIG_LMB
|
#ifdef CONFIG_LMB
|
||||||
struct lmb lmb; /* for memory mgmt */
|
struct lmb lmb; /* for memory mgmt */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_FIT_ROLLBACK_PROTECT
|
||||||
|
u32 rollback_index;
|
||||||
|
#endif
|
||||||
} bootm_headers_t;
|
} bootm_headers_t;
|
||||||
|
|
||||||
extern bootm_headers_t images;
|
extern bootm_headers_t images;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue