Skip to content

build: Remove packed attribute from data structs

Darryl Green requested to merge github/fork/jimqui01/master into master

Created by: jimqui01

This patch removes the __attribute((packed)) from all data structs. The attribute is not required as all structs have correct internal alignment.

Change-Id: I038e7c4e661133a8ee4915eb8abb45086145b93e Signed-off-by: Jim Quigley jim.quigley@arm.com

Merge request reports