mb/asus/am1i-a: Remove old reference to olivehillplus

Change-Id: Idfb8c834ae63226546a4e2860d9b206ba0288718
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39078
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS 2020-02-22 11:36:33 +01:00 committed by Patrick Georgi
parent 149620fdfd
commit e3a1386694
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ void board_FCH_InitEnv(struct sysinfo *cb_NA, FCH_DATA_BLOCK *FchParams_env)
printk(BIOS_DEBUG, "ERROR: cannot read CMOS setting, falling back to default. Error code: %x\n", (int)ret); printk(BIOS_DEBUG, "ERROR: cannot read CMOS setting, falling back to default. Error code: %x\n", (int)ret);
} }
// code from olivehillplus (ft3b) - only place where sata is configured
switch ((SATA_CLASS)FchParams_env->Sata.SataClass) { switch ((SATA_CLASS)FchParams_env->Sata.SataClass) {
case SataLegacyIde: case SataLegacyIde:
case SataRaid: case SataRaid: