Elyes Haouas has uploaded this change for review.

View Change

[test only - clang] check cbfs_file

Change-Id: I106d3bc85862546592ad5625592fe2c4733a8151
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
---
M src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h
1 file changed, 0 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/82009/1
diff --git a/src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h b/src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h
index 23bce15..e5a6789 100644
--- a/src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h
+++ b/src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h
@@ -106,9 +106,7 @@
char filename[];
} __packed;

-#if defined __GNUC__
_Static_assert(sizeof(struct cbfs_file) == 24, "cbfs_file size mismatch");
-#endif

/* The common fields of extended cbfs file attributes.
Attributes are expected to start with tag/len, then append their

To view, visit change 82009. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I106d3bc85862546592ad5625592fe2c4733a8151
Gerrit-Change-Number: 82009
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes Haouas <ehaouas@noos.fr>
Gerrit-MessageType: newchange