sb/intel/i82801gx: Use boolean for ide_enable_{primary,secondary}

Change-Id: Ia71692ecf74fd8921eeafabac9a4cb862da90e81
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70114
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Elyes Haouas
2022-11-29 17:36:51 +01:00
committed by Felix Held
parent 87a98b55b2
commit dc3beea75d
21 changed files with 32 additions and 32 deletions

View File

@@ -55,8 +55,8 @@ struct southbridge_intel_i82801gx_config {
uint16_t alt_gp_smi_en;
/* IDE configuration */
uint32_t ide_enable_primary;
uint32_t ide_enable_secondary;
bool ide_enable_primary;
bool ide_enable_secondary;
enum sata_mode sata_mode;
uint32_t sata_ports_implemented;