From f344afb670adfa7b24ec28e788972be1aeefa90e Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 31 Aug 2024 10:13:47 +0200 Subject: tree: Use boolean for skip_ext_gfx_scan Change-Id: I569b9a69add341bcefe6bd5356b01a95a4e97286 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/84154 Tested-by: build bot (Jenkins) Reviewed-by: Jakub Czapiga --- src/soc/intel/pantherlake/chip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/pantherlake') diff --git a/src/soc/intel/pantherlake/chip.h b/src/soc/intel/pantherlake/chip.h index 589ce14eed..d1dbe444e4 100644 --- a/src/soc/intel/pantherlake/chip.h +++ b/src/soc/intel/pantherlake/chip.h @@ -179,7 +179,7 @@ struct soc_intel_pantherlake_config { IGD_SM_56MB = 0xFD, IGD_SM_60MB = 0xFE, } IgdDvmt50PreAlloc; - uint8_t skip_ext_gfx_scan; + bool skip_ext_gfx_scan; /* CNVi WiFi Core Enable/Disable */ bool cnvi_wifi_core; -- cgit v1.2.3