coreboot-kgpe-d16/src/vendorcode
Jacob Garber ab734d8c05 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>
2020-04-18 19:07:02 +00:00
..
amd vc/amd/agesa/f14: Fix array length 2020-04-18 19:07:02 +00:00
cavium src/vendorcode: Use SPDX for GPL-2.0-only files 2020-04-04 14:58:21 +00:00
eltan src/vendorcode: Use SPDX for GPL-2.0-only files 2020-04-04 14:58:21 +00:00
google Drop unnecessary DEVICE_NOOP entries 2020-04-10 11:25:04 +00:00
intel vendorcode/intel/fsp: Update Tiger Lake FSP Headers for FSP v2527 2020-04-11 20:28:26 +00:00
siemens src/vendorcode: Use SPDX for GPL-2.0-only files 2020-04-04 14:58:21 +00:00
Makefile.inc vendorcode/eltan: Add vendor code for measured and verified boot 2019-06-04 10:41:53 +00:00