mb/google/poppy/variants/nami: Use Pantheon VBT

Add new Pantheon sku-id for loading vbt-pantheon.bin

BUG=b:78663963
BRANCH=firmware-nami-10775.B
TEST=Boots to OS and display comes up.
Check the board specific vbt binary loaded.

Change-Id: I1ee156372754ac0e77caae5959a9ca9884de95f4
Signed-off-by: Ivy Jian <ivy_jian@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/27432
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Ivy Jian 2018-07-11 14:15:29 +08:00 committed by Furquan Shaikh
parent fb87e413bd
commit 457253cdc6
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ const char *mainboard_vbt_filename(void)
switch (sku_id) {
case SKU_0_PANTHEON:
case SKU_1_PANTHEON:
case SKU_2_PANTHEON:
return "vbt-pantheon.bin";
case SKU_0_VAYNE:
case SKU_1_VAYNE: