diff options
author | Jacob Garber <jgarber1@ualberta.ca> | 2020-02-24 19:06:07 -0700 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-04-18 19:07:19 +0000 |
commit | 9e3e49234d30dadd5888b389ed572a2faac1c6af (patch) | |
tree | 895b32f496d393d781ac3cc75baab5a16adea89c /util/showdevicetree | |
parent | ab734d8c057d103c7aafd09182c375c3d522e947 (diff) | |
download | coreboot-9e3e49234d30dadd5888b389ed572a2faac1c6af.tar.xz |
vc/amd/agesa/f15tn,f16kb: Fix array types
These variables are declared to be arrays of MICROCODE_PATCHES_4K (which
is a struct containing a UINT8 array). However, the actual definitions
of these arrays ignore the wrapping struct and just use the underlying
UINT8 arrays directly, which causes a compiler error when using LTO
because of the type mismatch. Fix the type declaration so that it
matches.
Change-Id: I6bef27507092fe72fe2f836c427ebb2c19009e78
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40436
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util/showdevicetree')
0 files changed, 0 insertions, 0 deletions