google/kahlee: Set eMMC slot

Set AGESA SD/eMMc variable to non-removable eMMc.

BUG=b:63891719
BRANCH=none
TEST=Boot eMMC on Kahlee.

Change-Id: I76ed9cec36a9688ebe75db2077f1ece4ab750c16
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: https://review.coreboot.org/20911
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Marc Jones 2017-08-07 17:48:54 -06:00 committed by Martin Roth
parent 12a3fbdb7e
commit 71c1b93924
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ static AGESA_STATUS fch_initenv(UINT32 Func, UINTN FchData, VOID *ConfigPtr)
FchParams_env->Sata.SataIdeMode = TRUE;
break;
}
/* SDHCI/MMC configuration */
FchParams_env->Sd.SdSlotType = 1; /* eMMC */
printk(BIOS_DEBUG, "Done\n");
}