Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit bc4cbb5

Browse files
GraspEmptybuildslave
authored andcommitted
Align notify tag define with latest SBL release(WW32)
Change-Id: I6230e88f32ac4cdab8551c2adda940890dcf32e4 Tracked-On: OAM-67627 Signed-off-by: sunxunou <[email protected]> Reviewed-on: 641952
1 parent f0a6f52 commit bc4cbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/abl/capsule_msg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ union _cdata_header {
6767
#define SIGNATURE_32(A, B, C, D) (SIGNATURE_16 (A, B) | (SIGNATURE_16 (C, D) << 16))
6868
#define CFG_DATA_SIGNATURE SIGNATURE_32('C', 'F', 'G', 'D')
6969
#define MAX_FILE_LEN 16
70-
#define CDATA_CAPSULE_TAG 0xE00
70+
#define CDATA_CAPSULE_TAG 0x80
7171

7272
typedef struct cdata_cond {
7373
uint32_t Value; // Bit masks on supported platforms

0 commit comments

Comments
 (0)