aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/harcuvar
diff options
context:
space:
mode:
authorJacob Garber <jgarber1@ualberta.ca>2020-02-18 23:08:07 -0700
committerAngel Pons <th3fanbus@gmail.com>2020-04-18 19:07:02 +0000
commitab734d8c057d103c7aafd09182c375c3d522e947 (patch)
tree2bbe61ed05247b86c9eefb9123a350db7369ebe8 /src/mainboard/intel/harcuvar
parent18f888598da2a0cf3458736c3f56b31986f28d29 (diff)
vc/amd/agesa/f14: Fix array length
This array is declared to have length MAX_FF_TYPES (aka 6) in several other places, so update it here so the length matches. This fixes a -Wlto-type-mismatch compiler error when using LTO. Extending the length is harmless, since the only code that uses this array will stop once it reaches the NULL pointer. Change-Id: Ie00e969fa8cda88a934bf416c8775f7ae0b2747e Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39014 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel/harcuvar')
0 files changed, 0 insertions, 0 deletions