Attention is currently required from: Krystian Hebel. Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/55040 )
Change subject: commonlib/lz4_wrapper.c: do not use bitfields ......................................................................
Patch Set 3: Code-Review+2
(2 comments)
Patchset:
PS3: It's really frustrating that GCC doesn't just offer an option to control this ordering somehow, but I guess we're stuck with doing it like this.
File src/commonlib/bsd/lz4_wrapper.c:
https://review.coreboot.org/c/coreboot/+/55040/comment/5efeebc3_2f104d27 PS3, Line 129: lz4_block_header nit: don't think there's much of a point in having this type anymore now, could just use a raw uint32_t